forked from forgejo/forgejo
Minor fix for #2660
This commit is contained in:
parent
5418c2c5e4
commit
baaf6046a1
11 changed files with 952 additions and 712 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.43.0223"
|
||||
const APP_VER = "0.8.44.0224"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue