Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhike committed Jan 23, 2018
1 parent 2c26021 commit 1f719aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Expand Up @@ -10,6 +10,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Displays the version of mbt",
Run: func(cmd *cobra.Command, args []string) {
println("0.4.0")
println("0.5.0")
},
}

0 comments on commit 1f719aa

Please sign in to comment.