Skip to content

Commit

Permalink
Merge pull request #176 from cybozu-go/bump-2.4.1
Browse files Browse the repository at this point in the history
Bump version to 2.4.1
  • Loading branch information
morimoto-cybozu authored Feb 3, 2023
2 parents 69d1109 + 1f6a0b9 commit 568c84d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.1] - 2023-02-03

### Changed

- Update dependencies in [#175](https://github.com/cybozu-go/placemat/pull/175)
Expand Down Expand Up @@ -224,7 +226,8 @@ See [upgrade_v2.md](docs/upgrade_v2.md) for more information.

- Many things. See git log.

[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.0...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.1...HEAD
[2.4.1]: https://github.com/cybozu-go/placemat/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/cybozu-go/placemat/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/cybozu-go/placemat/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/cybozu-go/placemat/compare/v2.2.0...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.4.0"
const version = "2.4.1"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit 568c84d

Please sign in to comment.