diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf287a..10bf4b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.0.4](https://github.com/orangekame3/cobra-template/compare/v0.0.3...v0.0.4) - 2023-10-07 + ## [v0.0.3](https://github.com/orangekame3/cobra-template/compare/v0.0.2...v0.0.3) - 2023-10-07 ## [v0.0.2](https://github.com/orangekame3/cobra-template/compare/v0.0.1...v0.0.2) - 2023-10-07 diff --git a/cmd/version.go b/cmd/version.go index 3f9075f..56c3be2 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -25,7 +25,7 @@ package cmd import "fmt" // Version is a version of this application. -const Version = "0.0.3" +const Version = "0.0.4" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {