aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-07-14 18:51:23 -0400
committerUnknwon <u@gogs.io>2017-07-14 18:51:23 -0400
commite02fac4968574694927859105e67aac3f665481d (patch)
tree80dc3c4970e817d97683e232eb51b21388b72fcc /gogs.go
parent5a88546a8040c2f56b9cd924b2d4d5b180a63159 (diff)
repo: fix panic on pull request submit (#4572)
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 c4b397a9..6761e3d3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.25.0714"
+const APP_VER = "0.11.26.0714"
func init() {
setting.AppVer = APP_VER