prepare to release 2.6

This commit is contained in:
lealife
2017-12-01 10:25:24 +08:00
parent d77e636e53
commit c084792d32
2 changed files with 3 additions and 5 deletions

View File

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