From e671bd55448b0c26d91df5b3a0cc751ad067e57b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 9 Jul 2023 17:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=94=B9=E4=B8=BA1.?= =?UTF-8?q?2.1?= 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 46832d7..396a58b 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,7 +1,7 @@ package teaconst const ( - Version = "1.2.0" + Version = "1.2.1" ProductName = "Edge Node" ProcessName = "edge-node"