Skip to content

Commit 3932509

Browse files
committed
Release v0.2.1
1 parent 916d5ff commit 3932509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KRB_VERSION := v0.2.0
1+
KRB_VERSION := v0.2.1
22

33
ALIYUN_REGISTRY := registry.cn-hangzhou.aliyuncs.com/ketches
44

cmd/krb-cli/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/spf13/cobra"
2323
)
2424

25-
var Version = "v0.2.0"
25+
var Version = "v0.2.1"
2626

2727
// versionCmd represents the version command
2828
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)