summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-01-31 15:27:57 -0500
committerUnknwon <joe2010xtmf@163.com>2015-01-31 15:27:57 -0500
commit32152d23633c3bf3a1704212a53012d4937e519f (patch)
tree6a2066f1dc90e10de14aadfaf5e176fcecae6c67 /gogs.go
parentfb9dcfa921d72900936ddc7533861c33d847aa00 (diff)
downloadgitea-32152d23633c3bf3a1704212a53012d4937e519f.tar.gz
gitea-32152d23633c3bf3a1704212a53012d4937e519f.zip
routers/repo: set raw page content type to 'text/plain' #828
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 a3c749cea3..bdd3a8211c 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())