index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
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
diff --git a/gogs.go b/gogs.go
index e7bbb018..e7615c9b 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())