Minor fix for #2624
This commit is contained in:
parent
dc89c51f3e
commit
632c27802c
21 changed files with 300 additions and 198 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.36.0214"
|
||||
const APP_VER = "0.8.37.0215"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue