pkg/setting: fix '[git] GC_ARGS' is not loaded

This commit is contained in:
Unknwon
2018-06-03 16:02:17 +08:00
parent e25fe22f9d
commit 0376e59520
3 changed files with 3 additions and 3 deletions

View File

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