We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e8be1 commit 2e7f033Copy full SHA for 2e7f033
1 file changed
cmd/commands/version/verison.go
@@ -15,7 +15,7 @@ var Command = &cobra.Command{
15
}
16
17
// Version number
18
-const Version = "0.8.5"
+const Version = "0.8.6"
19
20
// Runner
21
func run(c *cobra.Command, args []string) {
0 commit comments