From cba4062a34692d6afc322972756844810669575c Mon Sep 17 00:00:00 2001 From: simlecode Date: Tue, 8 Feb 2022 16:09:20 +0800 Subject: [PATCH] udpate version to v1.2.0-rc5 --- pkg/constants/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/version.go b/pkg/constants/version.go index a7e7304e79..57bf31f934 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -7,7 +7,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.2.0-rc4" +const BuildVersion = "1.2.0-rc5" // software version func UserVersion() string {