Skip to content

Commit

Permalink
Merge pull request #194 from cybozu-go/bump-2.4.4
Browse files Browse the repository at this point in the history
Bump version to 2.4.4
  • Loading branch information
zeroalphat authored Nov 17, 2023
2 parents 969647b + 6cf2573 commit df5be3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,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.3...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.4...HEAD
[2.4.4]: https://github.com/cybozu-go/placemat/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/cybozu-go/placemat/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/cybozu-go/placemat/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/cybozu-go/placemat/compare/v2.4.0...v2.4.1
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.3"
const version = "2.4.4"

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

0 comments on commit df5be3e

Please sign in to comment.