new version 1.1.0

This commit is contained in:
BaoXuebin 2021-12-12 22:45:27 +08:00 committed by leo
parent c35257814f
commit d1f3971e91
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.0.2")
OK(c, "v1.1.0")
}