Cloudreve/pkg/conf/version.go

14 lines
297 B
Go
Raw Normal View History

package conf
// BackendVersion 当前后端版本号
2020-03-09 16:53:01 +08:00
var BackendVersion = "3.0.0-alpha1"
// RequiredDBVersion 与当前版本匹配的数据库版本
2020-03-09 16:53:01 +08:00
var RequiredDBVersion = "3.0.0-alpha1"
2020-02-22 16:22:04 +08:00
// IsPro 是否为Pro版本
var IsPro = "true"
// LastCommit 最后commit id
2020-03-09 16:53:01 +08:00
var LastCommit = "a11f819"