version 1.2.0

This commit is contained in:
BaoXuebin 2024-10-29 14:29:57 +08:00
parent 53266eb594
commit 35c0e70c67
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.18") OK(c, "v1.2.0")
} }