Handle windows deletion when start

Fix #2872
This commit is contained in:
Unknwon 2016-03-23 03:16:53 -04:00
parent 5e11341232
commit 98b58fa050
4 changed files with 4 additions and 5 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.14.0321"
const APP_VER = "0.9.15.0323"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())