From 5a7ee42fcc5adf1bb6013f7d90093ce1dd45c07f Mon Sep 17 00:00:00 2001 From: Nelson-He Date: Mon, 4 Jul 2022 09:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.0.0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=99=BB=E5=87=BA=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/command/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/command/version.go b/pkg/command/version.go index 832ee17..46bc041 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -2,7 +2,7 @@ package command const ( // Version is the current openGauss-webclient application version - Version = "0.9.0" + Version = "1.0.0" ) var ( -- Gitee