Skip to content

Commit 202fa9a

Browse files
author
cg33
committed
feat(release): ready for 1.2.18
c
1 parent e933740 commit 202fa9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GOCMD = go
22
GOBUILD = $(GOCMD) build
33
BINARY_NAME = adm
4-
LAST_VERSION = v1.2.16
5-
VERSION = v1.2.17
4+
LAST_VERSION = v1.2.17
5+
VERSION = v1.2.18
66
CLI = adm
77

88
TEST_CONFIG_PATH=./../../common/config.json

modules/system/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package system
22

3-
const version = "v1.2.17"
3+
const version = "v1.2.18"
44

55
var requireThemeVersion = map[string][]string{
6-
"adminlte": {">=v0.0.39"},
7-
"sword": {">=v0.0.39"},
6+
"adminlte": {">=v0.0.40"},
7+
"sword": {">=v0.0.40"},
88
}
99

1010
// Version return the version of framework.

0 commit comments

Comments
 (0)