We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959f8cb commit be86527Copy full SHA for be86527
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.4"
+const Version = "0.8.5"
19
20
// Runner
21
func run(c *cobra.Command, args []string) {
0 commit comments