Fix vulnerability reported in #3962

This commit is contained in:
Unknwon
2016-12-22 19:35:06 -05:00
parent 7ebe0a9916
commit f471ef1bc7
5 changed files with 11 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.108.1222"
const APP_VER = "0.9.109.1222"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())