Skip to content

Commit

Permalink
feat(release): ready for 1.2.18
Browse files Browse the repository at this point in the history
c
  • Loading branch information
cg33 committed Dec 20, 2020
1 parent e933740 commit 202fa9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.16
VERSION = v1.2.17
LAST_VERSION = v1.2.17
VERSION = v1.2.18
CLI = adm

TEST_CONFIG_PATH=./../../common/config.json
Expand Down
6 changes: 3 additions & 3 deletions modules/system/version.go
Original file line number Diff line number Diff line change
@@ -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"},
}

// Version return the version of framework.
Expand Down

0 comments on commit 202fa9a

Please sign in to comment.