We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584e55c commit e84c13aCopy full SHA for e84c13a
cmd/version.go
@@ -10,6 +10,6 @@ var versionCmd = &cobra.Command{
10
Use: "version",
11
Short: "Displays the version of mbt",
12
Run: func(cmd *cobra.Command, args []string) {
13
- println("0.1.6")
+ println("0.1.7")
14
},
15
}
0 commit comments