diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9b158..e683066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.23.1](https://github.com/k1LoW/tcpdp/compare/v0.23.0...v0.23.1) - 2024-03-28 + ## [v0.23.0](https://github.com/k1LoW/tcpdp/compare/v0.22.2...v0.23.0) - 2024-03-28 ### Breaking Changes 🛠 - Update go version by @k1LoW in https://github.com/k1LoW/tcpdp/pull/106 diff --git a/version/version.go b/version/version.go index c993692..083a1de 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tcpdp" // Version for this -const Version string = "0.23.0" +const Version string = "0.23.1"