version 1.1.10

This commit is contained in:
BaoXuebin 2022-10-15 19:35:21 +08:00
parent 0d172a3988
commit 09f58fef64
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ package service
import "github.com/gin-gonic/gin" import "github.com/gin-gonic/gin"
func QueryVersion(c *gin.Context) { func QueryVersion(c *gin.Context) {
OK(c, "v1.1.9") OK(c, "v1.1.10")
} }