Skip to content

Commit f54bcd5

Browse files
author
buddyspike
committed
Bump version
1 parent 6977e88 commit f54bcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ var versionCmd = &cobra.Command{
1010
Use: "version",
1111
Short: "Displays the version of mbt",
1212
Run: func(cmd *cobra.Command, args []string) {
13-
println("0.8.2")
13+
println("0.9.0")
1414
},
1515
}

0 commit comments

Comments
 (0)