#3158 skip RUN_USER check on Windows

This commit is contained in:
Unknwon 2016-08-09 17:41:18 -07:00
parent b0b88d9bc5
commit edd786446c
5 changed files with 24 additions and 10 deletions

View file

@ -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())