Skip to content

Commit e18518b

Browse files
author
QM303176530
committed
版本号更新
1 parent 074a714 commit e18518b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func RunWindowsServer() {
2929

3030
fmt.Printf(`
3131
欢迎使用 Gin-Vue-Admin
32-
当前版本:V2.3.5
32+
当前版本:V2.3.6
3333
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
3434
默认前端文件运行地址:http://127.0.0.1:8080
3535
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/onsi/ginkgo v1.7.0 // indirect
3434
github.com/onsi/gomega v1.4.3 // indirect
3535
github.com/pelletier/go-toml v1.6.0 // indirect
36-
github.com/pkg/errors v0.9.1 // indirect
36+
github.com/pkg/errors v0.9.1
3737
github.com/qiniu/api.v7/v7 v7.4.1
3838
github.com/satori/go.uuid v1.2.0
3939
github.com/shirou/gopsutil v2.20.8+incompatible

web/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Vue.prototype.$echarts = echarts;
6666

6767
console.log(`
6868
欢迎使用 Gin-Vue-Admin
69-
当前版本:V2.3.5
69+
当前版本:V2.3.6
7070
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
7171
默认前端文件运行地址:http://127.0.0.1:8080
7272
如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee

0 commit comments

Comments
 (0)