aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-05 00:10:53 -0400
committerUnknwon <u@gogs.io>2017-06-05 00:10:53 -0400
commit36d6450977e40d8ea994590e3c9fd60184fe93e4 (patch)
tree411da811a540a8e6709a770ce392b9d5c58b54a8 /gogs.go
parent02a576a6a0ce6522b7b6af70bc2eea2de3f534d6 (diff)
repo/pull: detect case when no merge base found (#4434)
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 784bea4d..f0ba3239 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.14.0603"
+const APP_VER = "0.11.15.0605"
func init() {
setting.AppVer = APP_VER