docs(version): 发布新的版本号

This commit is contained in:
frankwuzp 2022-02-26 14:50:22 +08:00
parent 418fadec77
commit 1142560584
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}