diff --git a/CHANGELOG.md b/CHANGELOG.md index 729750a..306130c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.23](https://github.com/masutaka/github-nippou/compare/v4.2.22...v4.2.23) - 2024-07-02 +### Maintenance :technologist: +- Fix .goreleaser.yaml part4 by @masutaka in https://github.com/masutaka/github-nippou/pull/176 + ## [v4.2.22](https://github.com/masutaka/github-nippou/compare/v4.2.21...v4.2.22) - 2024-07-02 ### Maintenance :technologist: - Fix .goreleaser.yaml part3 by @masutaka in https://github.com/masutaka/github-nippou/pull/174 diff --git a/lib/version.go b/lib/version.go index 56b11e6..cf5b4b6 100644 --- a/lib/version.go +++ b/lib/version.go @@ -1,4 +1,4 @@ package lib // Version is the github-nippou version -const Version = "4.2.22" +const Version = "4.2.23"