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-31 15:27:57 -0500
committer
Unknwon <joe2010xtmf@163.com>
2015-01-31 15:27:57 -0500
commit
32152d23633c3bf3a1704212a53012d4937e519f
(
patch
)
tree
6a2066f1dc90e10de14aadfaf5e176fcecae6c67
/
gogs.go
parent
fb9dcfa921d72900936ddc7533861c33d847aa00
(
diff
)
routers/repo: set raw page content type to 'text/plain' #828
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 a3c749ce..bdd3a821 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.12.0130 Beta"
+const APP_VER = "0.5.12.0131 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())