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 6977e88 commit f54bcd5Copy full SHA for f54bcd5
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.8.2")
+ println("0.9.0")
14
},
15
}
0 commit comments