summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-03-06 19:55:38 -0500
committerUnknwon <u@gogs.io>2016-03-06 19:55:38 -0500
commit0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec (patch)
treef752df40554fb79064faea8fdacfcada9daf3b80 /gogs.go
parent58f0c68151d40009800eca138d52c29cac0410e8 (diff)
downloadgitea-0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec.tar.gz
gitea-0ea0c5ec4f24f0fc5ef3231085c74b33a16f98ec.zip
Prepare release
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 b6c95a20fd..ff0dac92fc 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.61.0306"
+const APP_VER = "0.9.0.0306"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())