Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
chore: bump version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif authored May 24, 2020
1 parent 7aa167b commit 8b1200b
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 @@ -9,6 +9,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of dipher",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("0.1")
fmt.Println("v0.1.1")
},
}

0 comments on commit 8b1200b

Please sign in to comment.