Skip to content

Commit

Permalink
bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikac committed Jul 18, 2022
1 parent 20e883e commit c299cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewVersionCmd() *cobra.Command {
Use: "version",
Short: "Print the version of bookmark",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.0.3")
fmt.Println("v1.1.0")
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ func ExampleNewVersionCmd() {
root.Execute()

// Output:
// v1.0.3
// v1.1.0
}

0 comments on commit c299cf0

Please sign in to comment.