Skip to content

Commit

Permalink
feat(release): ready for v1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Dec 20, 2020
1 parent 202fa9a commit 779a563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/system/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package system
const version = "v1.2.18"

var requireThemeVersion = map[string][]string{
"adminlte": {">=v0.0.40"},
"sword": {">=v0.0.40"},
"adminlte": {">=v0.0.41"},
"sword": {">=v0.0.41"},
}

// Version return the version of framework.
Expand Down

0 comments on commit 779a563

Please sign in to comment.