Fix: cannot transfer tasks with multiple files in slave node

This commit is contained in:
HFO4
2021-11-26 10:58:01 +08:00
parent 3948ee7f3a
commit 4eb7525c51
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
package conf
// BackendVersion 当前后端版本号
var BackendVersion = "3.4.0"
var BackendVersion = "3.4.1"
// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.4.0"