Skip to content

Commit

Permalink
upgrade 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 13, 2023
1 parent 10c33a1 commit 56a2f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LDFLAGS := -s -w
# application name
PROJECT:=easy-admin
# application version
VERSION := 1.4.0
VERSION := 1.5.0
# application url
URL := https://github.com/nicelizhi/easy-admin

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/admin_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4381,7 +4381,7 @@ const docTemplateadmin = `{

// SwaggerInfoadmin holds exported Swagger Info so clients can modify it
var SwaggerInfoadmin = &swag.Spec{
Version: "1.4.0",
Version: "1.5.0",
Host: "",
BasePath: "",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 1 deletion easy-admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// @title Easy-Admin
// @version 1.4.0
// @version 1.5.0
// @description 基于Gin + Vue 的前后端分离权限管理系统的接口文档
// @license.name Apache 2.0
// @license.url https://github.com/nicelizhi/easy-admin/blob/main/LICENSE.md
Expand Down

0 comments on commit 56a2f0d

Please sign in to comment.