#3158 skip RUN_USER check on Windows
This commit is contained in:
parent
b0b88d9bc5
commit
edd786446c
5 changed files with 24 additions and 10 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.69.0808"
|
||||
const APP_VER = "0.9.70.0808"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue