From 91ff73e4e437f192583b1c7a292d1a8970ca4d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 27 Jun 2021 22:22:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/const/const.go b/internal/const/const.go index 3a5148b3..494324f9 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -19,7 +19,7 @@ const ( // 其他节点版本号,用来检测是否有需要升级的节点 NodeVersion = "0.2.4" - UserNodeVersion = "0.0.8" + UserNodeVersion = "0.0.9" AuthorityNodeVersion = "0.0.2" MonitorNodeVersion = "0.0.2" DNSNodeVersion = "0.0.1"