This commit is contained in:
lealife
2017-07-27 20:25:54 +08:00
parent 825fda5544
commit 371f5e23c3
3 changed files with 5 additions and 5 deletions

View File

@ -606,5 +606,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
}
func (this *ConfigService) GetVersion() string {
return "2.4"
return "2.5"
}