Skip to content

Commit

Permalink
feat(release): ready for v1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Feb 21, 2021
1 parent 99d92f8 commit 5f31ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/system/version.go
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down

0 comments on commit 5f31ec6

Please sign in to comment.