Skip to content

Commit

Permalink
TASK: update version in version sub-command
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-daehne committed Sep 1, 2022
1 parent 60e0bd4 commit 681be92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We use Semantic Versioning (see semver.org). In a nutshell this means
* third digit changed -> nothing new but less bugs
`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("1.1.0")
fmt.Println("1.2.0")
},
}

Expand Down

0 comments on commit 681be92

Please sign in to comment.