We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd3444 commit 6fb7872Copy full SHA for 6fb7872
cmd/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-const Version = "0.2.0"
+const Version = "0.2.1"
10
11
// versionCmd represents the version command
12
var versionCmd = &cobra.Command{
0 commit comments