We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ec45b commit 36d58baCopy full SHA for 36d58ba
commands/version.go
@@ -4,7 +4,7 @@ import (
4
. "fmt"
5
)
6
7
-const Version = "0.2.0"
+const Version = "0.3.0"
8
9
type VersionCmdOpts struct { }
10
0 commit comments