pkg/setting: ignore config inline comment by default

This commit is contained in:
Unknwon
2018-06-17 09:10:18 +08:00
parent bcf83ea792
commit ef02414d7e
3 changed files with 7 additions and 4 deletions

View File

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