From ff824562c7dcd18fc85856f53cc19fddd386d685 Mon Sep 17 00:00:00 2001 From: Nelson-He Date: Tue, 5 Jul 2022 09:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC=E8=87=B31.?= =?UTF-8?q?0.2=EF=BC=8C=E4=BC=98=E5=8C=96=E5=BC=B9=E7=AA=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=92=8C=E9=80=80=E5=87=BA=E6=8C=89=E9=92=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 80b5826..714ae72 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.1" + Version = "1.0.2" ) var ( -- Gitee