diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-29 04:04:48 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-29 04:04:48 -0400 |
commit | 3cfa4a581ca3cf3cb5e5105725d77f4c594de478 (patch) | |
tree | 0f2f065f090e286eaec08be41204370522debdff /gogs.go | |
parent | ce6931a046423bb0ef6420c9df670315446153bd (diff) | |
download | gitea-3cfa4a581ca3cf3cb5e5105725d77f4c594de478.tar.gz gitea-3cfa4a581ca3cf3cb5e5105725d77f4c594de478.zip |
Bug: 500 when transfer repository to collaborator
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |