From 94609d8ef4da2f082f9c543f72c798c5be42a6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 5 May 2022 18:56:35 +0800 Subject: [PATCH] =?UTF-8?q?EdgeUser=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=BA0.3.4?= 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 93ab02b2..18994913 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -19,7 +19,7 @@ const ( // 其他节点版本号,用来检测是否有需要升级的节点 NodeVersion = "0.4.8" - UserNodeVersion = "0.3.3" + UserNodeVersion = "0.3.4" AuthorityNodeVersion = "0.0.2" MonitorNodeVersion = "0.0.3" DNSNodeVersion = "0.2.2"