From 0b06f8794c38120f9cc610f24ee2dcc835b2ed12 Mon Sep 17 00:00:00 2001 From: Nelson-He Date: Thu, 7 Jul 2022 14:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E9=85=8D=E5=90=88openGauss=E5=9F=BA=E7=A1=80=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=88=B7=E6=96=B0=E4=B8=9A=E5=8A=A1=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=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 714ae72..377a6c8 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 = "1.0.2" + Version = "1.0.4" ) var ( -- Gitee