diff options
author | Unknwon <u@gogs.io> | 2017-04-01 17:56:55 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-01 17:56:55 -0400 |
commit | ab42671c6380d32e1f7e45332e1818c9b7fec024 (patch) | |
tree | b2587dd41e2e2aa9450e8b01da725b76f7a2f21d /gogs.go | |
parent | b3ac33cbcfba182c037e1c8c393f7536e5b7445d (diff) |
repo: handle git.ErrUnsupportedVersion error type
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |