test(version): 测试后发布 Beta 版本

This commit is contained in:
frankwuzp 2022-02-26 15:54:02 +08:00
commit 45dc65bff4
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ import "github.com/gin-gonic/gin"
func QueryVersion(c *gin.Context) {
OK(c, "v1.1.4-Beta")
}
}