2.4 released

This commit is contained in:
lealife
2017-02-20 13:51:07 +08:00
parent 9dcf0ed53e
commit ba411ef580
2 changed files with 16 additions and 1 deletions

View File

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