This commit is contained in:
lealife
2016-05-25 14:46:40 +08:00
parent cc4b003503
commit a007b89ebb
2 changed files with 2 additions and 2 deletions

View File

@ -611,5 +611,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
}
func (this *ConfigService) GetVersion() string {
return "1.4.2"
return "2.0"
}