We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916d5ff commit 3932509Copy full SHA for 3932509
Makefile
@@ -1,4 +1,4 @@
1
-KRB_VERSION := v0.2.0
+KRB_VERSION := v0.2.1
2
3
ALIYUN_REGISTRY := registry.cn-hangzhou.aliyuncs.com/ketches
4
cmd/krb-cli/cmd/version.go
@@ -22,7 +22,7 @@ import (
22
"github.com/spf13/cobra"
23
)
24
25
-var Version = "v0.2.0"
+var Version = "v0.2.1"
26
27
// versionCmd represents the version command
28
var versionCmd = &cobra.Command{
0 commit comments