Skip to content

Commit 779a563

Browse files
author
cg33
committed
feat(release): ready for v1.2.18
1 parent 202fa9a commit 779a563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/system/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package system
33
const version = "v1.2.18"
44

55
var requireThemeVersion = map[string][]string{
6-
"adminlte": {">=v0.0.40"},
7-
"sword": {">=v0.0.40"},
6+
"adminlte": {">=v0.0.41"},
7+
"sword": {">=v0.0.41"},
88
}
99

1010
// Version return the version of framework.

0 commit comments

Comments
 (0)