1
0
Fork 0
forked from forgejo/forgejo

#3181 detect situation when base branch is deleted in pull request

This commit is contained in:
Unknwon 2016-07-23 18:35:16 +08:00
parent 4f78abe7dc
commit 4b5e09e4d6
4 changed files with 11 additions and 3 deletions

View file

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