summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-29 04:04:48 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-29 04:04:48 -0400
commit3cfa4a581ca3cf3cb5e5105725d77f4c594de478 (patch)
tree0f2f065f090e286eaec08be41204370522debdff /gogs.go
parentce6931a046423bb0ef6420c9df670315446153bd (diff)
downloadgitea-3cfa4a581ca3cf3cb5e5105725d77f4c594de478.tar.gz
gitea-3cfa4a581ca3cf3cb5e5105725d77f4c594de478.zip
Bug: 500 when transfer repository to collaborator
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 e7bbb01877..e7615c9b2b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.4.0928 Beta"
+const APP_VER = "0.5.4.0929 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())