#3233 code cleanup and minor issue fix
This commit is contained in:
parent
0885784f13
commit
5077408d78
11 changed files with 55 additions and 81 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.72.0811"
|
||||
const APP_VER = "0.9.73.0811"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue