diff --git a/Makefile b/Makefile index 8a897dc30..999506ac7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ GOCMD = go GOBUILD = $(GOCMD) build BINARY_NAME = adm -LAST_VERSION = v1.2.18 -VERSION = v1.2.19 +LAST_VERSION = v1.2.19 +VERSION = v1.2.20 CLI = adm TEST_CONFIG_PATH=./../../common/config.json diff --git a/modules/system/version.go b/modules/system/version.go index 61ff9e9b4..985ebadb1 100644 --- a/modules/system/version.go +++ b/modules/system/version.go @@ -1,6 +1,6 @@ package system -const version = "v1.2.19" +const version = "v1.2.20" var requireThemeVersion = map[string][]string{ "adminlte": {">=v0.0.41"},