feat: 更新版本号至v2.8.9

This commit is contained in:
pixelmaxQM 2026-02-01 23:42:20 +08:00
parent 68d6d3660b
commit 52cd5e72ab
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ package global
// 目前只有Version正式使用 其余为预留
const (
// Version 当前版本号
Version = "v2.8.8"
Version = "v2.8.9"
// AppName 应用名称
AppName = "Gin-Vue-Admin"
// Description 应用描述

View File

@ -21,7 +21,7 @@ import (
// @Tag.Description 用户
// @title Gin-Vue-Admin Swagger API接口文档
// @version v2.8.8
// @version v2.8.9
// @description 使用gin+vue进行极速开发的全栈开发基础平台
// @securityDefinitions.apikey ApiKeyAuth
// @in header