diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-04 17:15:22 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-04 17:15:22 -0400 |
commit | 263d4093260707c6249eecb52ad52a0205e61351 (patch) | |
tree | 865d01225903e26939e1bc6086a0d40f46f2725c /gogs.go | |
parent | 6a79b7653158276c7269bed0e06a8e408786ca4a (diff) | |
download | gitea-263d4093260707c6249eecb52ad52a0205e61351.tar.gz gitea-263d4093260707c6249eecb52ad52a0205e61351.zip |
Basic xss prevention
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |