aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-27 14:56:56 -0400
committerUnknwon <u@gogs.io>2017-03-27 14:56:56 -0400
commit375f1b1fdea51e55bb0c381c791c5757e1517042 (patch)
tree59c468f62370c000e94cbe7e74dce88e5f0d6fd9
parentad3c6ef205709358802858b8c34d77c4a60b8994 (diff)
Prepare release
[CI SKIP]
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 060b150b..99fe2d34 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.10.31.0327"
+const APP_VER = "0.10.31.0327 / 0.11 RC"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index f14cdf1c..8c93e059 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.10.31.0327 \ No newline at end of file
+0.10.31.0327 / 0.11 RC \ No newline at end of file