routes/home: minor code improve

This commit is contained in:
Unknwon
2017-07-18 22:09:57 -04:00
parent ee9950ec2f
commit 643c85e9c8
4 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.27.0718"
const APP_VER = "0.11.28.0718"
func init() {
setting.AppVer = APP_VER