From 8d287d45b3eeae632ec73e8cb0b2327b302864f0 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 3 Aug 2021 10:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=89=88=E6=9C=AC=E5=8F=B7?= 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 e7231cbe..e86099de 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,7 +1,7 @@ package teaconst const ( - Version = "0.2.6" + Version = "0.2.7" ProductName = "Edge API" ProcessName = "edge-api"