Skip to content

Commit 96019e8

Browse files
author
piexlMax(奇淼
committed
feat: 版本号调整
1 parent 9ff1d4c commit 96019e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

server/global/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package global
44
// 目前只有Version正式使用 其余为预留
55
const (
66
// Version 当前版本号
7-
Version = "v2.8.6"
7+
Version = "v2.8.7"
88
// AppName 应用名称
99
AppName = "Gin-Vue-Admin"
1010
// Description 应用描述

server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
// @Tag.Description 用户
2222

2323
// @title Gin-Vue-Admin Swagger API接口文档
24-
// @version v2.8.6
24+
// @version v2.8.7
2525
// @description 使用gin+vue进行极速开发的全栈开发基础平台
2626
// @securityDefinitions.apikey ApiKeyAuth
2727
// @in header

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gin-vue-admin",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"private": true,
55
"scripts": {
66
"dev": "node openDocument.js && vite --host --mode development",
@@ -45,7 +45,7 @@
4545
"spark-md5": "^3.0.2",
4646
"universal-cookie": "^7",
4747
"vform3-builds": "^3.0.10",
48-
"vite-auto-import-svg": "^1.9.0",
48+
"vite-auto-import-svg": "^2.1.0",
4949
"vue": "^3.5.7",
5050
"vue-cropper": "^1.1.4",
5151
"vue-echarts": "^7.0.3",

0 commit comments

Comments
 (0)