This commit is contained in:
BaoXuebin 2022-12-28 00:03:40 +08:00
parent a035dcfe1e
commit 7375c2b7d4
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.10")
OK(c, "v1.1.11")
}