Skip to content

Commit

Permalink
Bump version to 2.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <[email protected]>
  • Loading branch information
zeroalphat committed Nov 16, 2023
1 parent 969647b commit 6cf2573
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 6cf2573

Please sign in to comment.