Compare commits

..
3 Commits
Author SHA1 Message Date
HFO4 36bbf4fc21 update submodule 2022-04-16 14:49:48 +08:00
HFO4 a910a20457 chore: build manually 2022-04-16 14:27:36 +08:00
HFO4 c4fc4a803d update version number 2022-04-16 14:21:33 +08:00
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
name: Build
on:
push:
branches: [ master ]
on: workflow_dispatch
jobs:
build:
+1 -1
Submodule assets updated: 88c1133306...6eda38c85a
+2 -2
View File
@@ -1,13 +1,13 @@
package conf
// BackendVersion 当前后端版本号
var BackendVersion = "3.4.2"
var BackendVersion = "3.4.3"
// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.4.0"
// RequiredStaticVersion 与当前版本匹配的静态资源版本
var RequiredStaticVersion = "3.4.2"
var RequiredStaticVersion = "3.4.3"
// IsPro 是否为Pro版本
var IsPro = "false"