Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikac committed Jul 16, 2022
1 parent 55a13ab commit 344fefc
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.2")
fmt.Println("v1.0.3")
},
}
}
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.2
// v1.0.3
}

0 comments on commit 344fefc

Please sign in to comment.