From 38ad11fda05700b7b79ef1ce0ce4c79a8d56fbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 23 Jul 2021 10:57:25 +0800 Subject: [PATCH] v0.2.5.1 --- 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 1fb7a500..5e0daa7d 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -1,7 +1,7 @@ package teaconst const ( - Version = "0.2.5" + Version = "0.2.5.1" ProductName = "Edge API" ProcessName = "edge-api"