Skip to content

Commit

Permalink
feat(release): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Sep 15, 2020
1 parent 2ec4341 commit 49ac2aa
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.17"

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

// Version return the version of framework.
Expand Down

0 comments on commit 49ac2aa

Please sign in to comment.