Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-triassi committed Dec 23, 2023
1 parent 80e4f2f commit 4ba9023
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 4ba9023

Please sign in to comment.