v1.1 update theme <div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>

This commit is contained in:
lealife
2015-10-12 12:09:44 +08:00
parent f757e00f03
commit a2dd09725c
8 changed files with 21 additions and 2 deletions
app
public/blog/themes

@ -594,5 +594,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
}
func (this *ConfigService) GetVersion() string {
return "1.0-beta.4"
return "1.1"
}