Update version number to 3.3.1
This commit is contained in:
parent
e781185ad2
commit
a1252c810b
2 changed files with 4 additions and 4 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 9dd43c0b54fe9c300d992c83c8687d8606b19601
|
Subproject commit 522a75c750ab78496e160b481a286013df4e0914
|
|
@ -1,13 +1,13 @@
|
||||||
package conf
|
package conf
|
||||||
|
|
||||||
// BackendVersion 当前后端版本号
|
// BackendVersion 当前后端版本号
|
||||||
var BackendVersion = "3.3.0"
|
var BackendVersion = "3.3.1"
|
||||||
|
|
||||||
// RequiredDBVersion 与当前版本匹配的数据库版本
|
// RequiredDBVersion 与当前版本匹配的数据库版本
|
||||||
var RequiredDBVersion = "3.3.0"
|
var RequiredDBVersion = "3.3.1"
|
||||||
|
|
||||||
// RequiredStaticVersion 与当前版本匹配的静态资源版本
|
// RequiredStaticVersion 与当前版本匹配的静态资源版本
|
||||||
var RequiredStaticVersion = "3.3.0"
|
var RequiredStaticVersion = "3.3.1"
|
||||||
|
|
||||||
// IsPro 是否为Pro版本
|
// IsPro 是否为Pro版本
|
||||||
var IsPro = "false"
|
var IsPro = "false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue