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 e933740 commit 202fa9aCopy full SHA for 202fa9a
Makefile
@@ -1,8 +1,8 @@
1
GOCMD = go
2
GOBUILD = $(GOCMD) build
3
BINARY_NAME = adm
4
-LAST_VERSION = v1.2.16
5
-VERSION = v1.2.17
+LAST_VERSION = v1.2.17
+VERSION = v1.2.18
6
CLI = adm
7
8
TEST_CONFIG_PATH=./../../common/config.json
modules/system/version.go
@@ -1,10 +1,10 @@
package system
-const version = "v1.2.17"
+const version = "v1.2.18"
var requireThemeVersion = map[string][]string{
- "adminlte": {">=v0.0.39"},
- "sword": {">=v0.0.39"},
+ "adminlte": {">=v0.0.40"},
+ "sword": {">=v0.0.40"},
}
9
10
// Version return the version of framework.
0 commit comments