diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f22ff9..9c90e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/m-triassi/wowforge-cli/compare/v1.0.0...v1.1.0) (2023-12-23) + + +### Features + +* [#19](https://github.com/m-triassi/wowforge-cli/issues/19) add automatic incrementing version flag ([68e14de](https://github.com/m-triassi/wowforge-cli/commit/68e14deeedac5ede115120af2bf90dee8e6d4074)) + + + # [1.0.0](https://github.com/m-triassi/wowforge-cli/compare/v0.11.0...v1.0.0) (2023-12-20) diff --git a/cmd/root.go b/cmd/root.go index 59efc14..2888974 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ import ( var cfgFile string -const version = "v1.0.0" +const version = "v1.1.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{