summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-04 17:15:22 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-04 17:15:22 -0400
commit263d4093260707c6249eecb52ad52a0205e61351 (patch)
tree865d01225903e26939e1bc6086a0d40f46f2725c /gogs.go
parent6a79b7653158276c7269bed0e06a8e408786ca4a (diff)
downloadgitea-263d4093260707c6249eecb52ad52a0205e61351.tar.gz
gitea-263d4093260707c6249eecb52ad52a0205e61351.zip
Basic xss prevention
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 289ad19123..12f142aba0 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.4.1003 Beta"
+const APP_VER = "0.5.4.1004 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())