repo: handle git.ErrUnsupportedVersion error type

This commit is contained in:
Unknwon
2017-04-01 17:56:55 -04:00
parent b3ac33cbcf
commit ab42671c63
7 changed files with 20 additions and 5 deletions

View File

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