diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcfd906..70f2cfa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v1.73.2](https://github.com/k1LoW/tbls/compare/v1.73.1...v1.73.2) - 2024-01-25 + ## [v1.73.1](https://github.com/k1LoW/tbls/compare/v1.73.0...v1.73.1) - 2024-01-25 ## [v1.73.0](https://github.com/k1LoW/tbls/compare/v1.72.2...v1.73.0) - 2024-01-25 diff --git a/version/version.go b/version/version.go index 0f906b13..0dfc93a4 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -var Version = "1.73.1" +var Version = "1.73.2"