From d1aa4c8b13d717dcb0241eaa6ead8b5cffbcd703 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 16 Jan 2024 20:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.3.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/const/const.go b/internal/const/const.go index 138b8a71..469d384d 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,9 +1,9 @@ package teaconst const ( - Version = "1.3.2.1" + Version = "1.3.2.2" - APINodeVersion = "1.3.2.1" + APINodeVersion = "1.3.2.2" ProductName = "Edge Admin" ProcessName = "edge-admin"