user/setting: simplify code

This commit is contained in:
Unknwon
2017-04-07 00:49:30 -04:00
parent ac43eab51f
commit fda4b1106e
4 changed files with 280 additions and 270 deletions

View File

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