summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-12-13 20:32:30 -0500
committerUnknwon <joe2010xtmf@163.com>2014-12-13 20:32:30 -0500
commitc9e0b3b98700e65d2f304e028b7ba4c073209f45 (patch)
tree156fc6ed87bd463255b094af5e7ed94ff73d7b11 /gogs.go
parent28766479a74dc47756682816d6088abcd8ec2466 (diff)
downloadgitea-c9e0b3b98700e65d2f304e028b7ba4c073209f45.tar.gz
gitea-c9e0b3b98700e65d2f304e028b7ba4c073209f45.zip
prepare for 0.5.9
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 4f57e82c31..af8e007d07 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.8.1213 Beta"
+const APP_VER = "0.5.9.1213 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())