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 5950c25 commit 3662ae6Copy full SHA for 3662ae6
Makefile
@@ -1,8 +1,8 @@
1
GOCMD = go
2
GOBUILD = $(GOCMD) build
3
BINARY_NAME = adm
4
-LAST_VERSION = v1.2.17
5
-VERSION = v1.2.18
+LAST_VERSION = v1.2.18
+VERSION = v1.2.19
6
CLI = adm
7
8
TEST_CONFIG_PATH=./../../common/config.json
modules/system/version.go
@@ -1,6 +1,6 @@
package system
-const version = "v1.2.18"
+const version = "v1.2.19"
var requireThemeVersion = map[string][]string{
"adminlte": {">=v0.0.41"},
0 commit comments