From 1142560584225ee65cd480b7cd5950eca8992217 Mon Sep 17 00:00:00 2001 From: frankwuzp Date: Sat, 26 Feb 2022 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?docs(version):=20=E5=8F=91=E5=B8=83=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/version.go b/service/version.go index e3f2457..cfe8e07 100644 --- a/service/version.go +++ b/service/version.go @@ -3,5 +3,5 @@ package service import "github.com/gin-gonic/gin" func QueryVersion(c *gin.Context) { - OK(c, "v1.1.3") + OK(c, "v1.1.4-alpha") }