summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-31 15:11:55 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-31 15:11:55 +0800
commit7e36bf448db915250eb831a00b122fc1092df630 (patch)
treef3e590a542497efd1908109f752e7a03a8abeca4 /gogs.go
parentd78008b546b74d528629b79a7fee00b20f3437e2 (diff)
parent03c6a395aa0d32c99e8264d18a3b5228656478df (diff)
downloadgitea-7e36bf448db915250eb831a00b122fc1092df630.tar.gz
gitea-7e36bf448db915250eb831a00b122fc1092df630.zip
Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts: dockerfiles/README.md
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 4361bdb204..1e2150b3c3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.9.0830 Alpha"
+const APP_VER = "0.4.9.0831 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())