diff --git a/CHANGELOG.md b/CHANGELOG.md index ac46ea6..2867128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.0.7](https://github.com/orangekame3/cobra-template/compare/v0.0.6...v0.0.7) - 2023-10-07 + ## [v0.0.6](https://github.com/orangekame3/cobra-template/compare/v0.0.5...v0.0.6) - 2023-10-07 ## [v0.0.5](https://github.com/orangekame3/cobra-template/compare/v0.0.4...v0.0.5) - 2023-10-07 diff --git a/cmd/version.go b/cmd/version.go index bf46387..fbdee36 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.6" +const Version = "0.0.7" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) {