Minor fixes for #2745
This commit is contained in:
parent
1cbc5b49e3
commit
260723e2cc
8 changed files with 921 additions and 708 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.8.52.0303"
|
||||
const APP_VER = "0.8.53.0303"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue