forked from forgejo/forgejo
Minor fix for #2524
This commit is contained in:
parent
f6c98465c7
commit
b7f3d94cd0
4 changed files with 17 additions and 25 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.39.0219"
|
||||
const APP_VER = "0.8.40.0219"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue