From 75662586fad022526b69e6ed5031ae4aa11ed35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 20 Jun 2022 09:34:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B8=E5=85=B3=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/const/const.go b/internal/const/const.go index 81419bc4..1192bd68 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -18,12 +18,12 @@ const ( // 其他节点版本号,用来检测是否有需要升级的节点 - NodeVersion = "0.4.8" + NodeVersion = "0.4.8.1" UserNodeVersion = "0.3.4" AuthorityNodeVersion = "0.0.2" - MonitorNodeVersion = "0.0.3" + MonitorNodeVersion = "0.0.4" DNSNodeVersion = "0.2.3" - ReportNodeVersion = "0.1.0" + ReportNodeVersion = "0.1.1" // SQLVersion SQL版本号 SQLVersion = "11"