version v1.1.16

This commit is contained in:
BaoXuebin 2024-05-31 22:53:59 +08:00
parent ee444f73a5
commit 905da8ad85
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.15")
OK(c, "v1.1.16")
}