mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Fix: search function should not convert case (#288)
This commit is contained in:
@@ -4,7 +4,7 @@ package conf
|
||||
var BackendVersion = "3.0.0-beta1"
|
||||
|
||||
// RequiredDBVersion 与当前版本匹配的数据库版本
|
||||
var RequiredDBVersion = "3.0.0-rc1"
|
||||
var RequiredDBVersion = "3.0.0"
|
||||
|
||||
// RequiredStaticVersion 与当前版本匹配的静态资源版本
|
||||
var RequiredStaticVersion = "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user