From 030b4da38a3f821e4cbd1d67651b3cff8a8214bb Mon Sep 17 00:00:00 2001 From: Wei Shen Date: Fri, 20 May 2022 11:07:36 +0800 Subject: [PATCH] tag v0.8.3-alpha --- kmcp/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmcp/cmd/version.go b/kmcp/cmd/version.go index 44b2635..9735e30 100644 --- a/kmcp/cmd/version.go +++ b/kmcp/cmd/version.go @@ -30,7 +30,7 @@ import ( ) // VERSION is the version -var VERSION = "0.8.2" +var VERSION = "0.8.3-alpha" // versionCmd represents the version command var versionCmd = &cobra.Command{