We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702bbfe commit 74c74efCopy full SHA for 74c74ef
cmd/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-const version = "v0.8.5"
+const version = "v0.8.6"
10
11
var versionCmd = &cobra.Command{
12
Use: "version",
0 commit comments