From 8db39a6b3620402a2aaeb6ac9bb750cf396f150b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 14 Jun 2021 20:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=84=E4=B8=AA=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 a1a43d05..42fe620f 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -19,8 +19,8 @@ const ( // 其他节点版本号,用来检测是否有需要升级的节点 NodeVersion = "0.2.0" - UserNodeVersion = "0.0.7" - AuthorityNodeVersion = "0.0.1" - MonitorNodeVersion = "0.0.1" + UserNodeVersion = "0.0.8" + AuthorityNodeVersion = "0.0.2" + MonitorNodeVersion = "0.0.2" DNSNodeVersion = "0.0.1" )