We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38be347 commit 08ee80eCopy full SHA for 08ee80e
internal/commands/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-const Version = "0.4.1"
+const Version = "0.5.0"
10
11
func versionCmd() *cobra.Command {
12
return &cobra.Command{
0 commit comments