models/repo: minor code style and comment fix (#4273)

This commit is contained in:
Unknwon
2017-03-13 00:53:50 -04:00
parent aaadc61ee8
commit 96ae0129ef
3 changed files with 11 additions and 11 deletions

View File

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