Fetch before Checkout when create pull request (#3699)

This commit is contained in:
Unknwon
2016-12-23 19:36:16 -05:00
parent eb79532812
commit 42a3bbb0f4
7 changed files with 11 additions and 6 deletions

View File

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