From 6cf25734578b7c2223d3fb523a8abf17bd95208c Mon Sep 17 00:00:00 2001 From: zeroalphat Date: Thu, 16 Nov 2023 04:58:07 +0000 Subject: [PATCH] Bump version to 2.4.4 Signed-off-by: zeroalphat --- CHANGELOG.md | 3 ++- v2/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f74444..86b7dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/v2/version.go b/v2/version.go index d5c2918..d8ba845 100644 --- a/v2/version.go +++ b/v2/version.go @@ -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 {