We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375b21c commit 61a3f82Copy full SHA for 61a3f82
3 files changed
server/global/version.go
@@ -4,7 +4,7 @@ package global
4
// 目前只有Version正式使用 其余为预留
5
const (
6
// Version 当前版本号
7
- Version = "v2.9.0"
+ Version = "v2.9.1"
8
// AppName 应用名称
9
AppName = "Gin-Vue-Admin"
10
// Description 应用描述
server/main.go
@@ -21,7 +21,7 @@ import (
21
// @Tag.Description 用户
22
23
// @title Gin-Vue-Admin Swagger API接口文档
24
-// @version v2.9.0
+// @version v2.9.1
25
// @description 使用gin+vue进行极速开发的全栈开发基础平台
26
// @securityDefinitions.apikey ApiKeyAuth
27
// @in header
web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gin-vue-admin",
3
- "version": "2.9.0",
+ "version": "2.9.1",
"private": true,
"scripts": {
"dev": "node openDocument.js && vite --host --mode development",
0 commit comments