This commit is contained in:
lealife
2016-12-28 11:19:09 +08:00
parent 964cf1a750
commit 6774392807
2 changed files with 2 additions and 2 deletions

View File

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