aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-17 08:06:48 -0500
committerUnknwon <u@gogs.io>2017-02-17 08:06:48 -0500
commit5155f026b4d6a66eb58f4dba371c047fbee932e5 (patch)
treeb26a4765ad180fc8f348e9050bc44a516da48592 /gogs.go
parentd521e716dd59617dbbb637a3e8028bf4a5c6f849 (diff)
Security: fix XSS attack on milestone
Reported by Miguel Ángel Jimeno.
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 73fecd55..497d0f6e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.152.0216"
+const APP_VER = "0.9.153.0217"
func init() {
setting.AppVer = APP_VER