Minor improve on error handling

This commit is contained in:
Unknwon
2017-02-10 16:05:11 -05:00
parent 3f95824e65
commit 2c154ccbe7
6 changed files with 22 additions and 19 deletions

View File

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