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>
2015-01-03 02:54:22 +0800
committer
Unknwon <joe2010xtmf@163.com>
2015-01-03 02:54:22 +0800
commit
d5c6b535715c9c791f6cff7e19c66cedd089c6d2
(
patch
)
tree
9cb916a91208456c69c34d0045cf99cd817308a0
/
gogs.go
parent
f0ca16d78f422cda9be81170fb7f976fb448f704
(
diff
)
use new Redis client
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 abb4da4a..6b8978f2 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.11.0102 Beta"
+const APP_VER = "0.5.11.0103 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())