aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-01 17:56:55 -0400
committerUnknwon <u@gogs.io>2017-04-01 17:56:55 -0400
commitab42671c6380d32e1f7e45332e1818c9b7fec024 (patch)
treeb2587dd41e2e2aa9450e8b01da725b76f7a2f21d /gogs.go
parentb3ac33cbcfba182c037e1c8c393f7536e5b7445d (diff)
repo: handle git.ErrUnsupportedVersion error type
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 93d8d37c..92ad949f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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