aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-10-15 00:12:52 -0400
committerUnknwon <u@gogs.io>2017-10-15 00:12:52 -0400
commit4d1d66d906321e5bdcc6b22a8fe054bd95723f36 (patch)
tree039874d7e6294dfe304595c660fb4898c2b5a7f1
parentb727e0be71647c72124d64108c913e4a5bec156b (diff)
Bump version
-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 75e43da7..0880650d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.29.0727"
+const APP_VER = "0.11.30.1014"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index b95cfa9d..382fe183 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.11.29.0727 \ No newline at end of file
+0.11.30.1014 \ No newline at end of file