summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-20 01:58:28 -0400
committerUnknwon <u@gogs.io>2015-03-20 01:58:28 -0400
commit62e436e6b7a41bac2e17a26f08649c144cef5b57 (patch)
tree379be1b74989d5be2aacc68753b0d3d12597d400 /gogs.go
parent4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 (diff)
parente312634286e68d8fac4d20adb729661f8a444b2a (diff)
downloadgitea-62e436e6b7a41bac2e17a26f08649c144cef5b57.tar.gz
gitea-62e436e6b7a41bac2e17a26f08649c144cef5b57.zip
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
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 7b212b72fd..3b94659183 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.16.0301 Beta"
+const APP_VER = "0.6.0.0319 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())