version 1.2.1

This commit is contained in:
BaoXuebin 2024-11-17 12:09:43 +08:00
parent 3559ca5c0f
commit 494a44265e
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.2.0")
OK(c, "v1.2.1")
}