fix possible disclosure
This commit is contained in:
parent
50264200f0
commit
3362b3a44f
7 changed files with 61 additions and 21 deletions
2
gogs.go
2
gogs.go
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.4.1214"
|
||||
const APP_VER = "0.8.5.1214"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue