forked from forgejo/forgejo
#3181 detect situation when base branch is deleted in pull request
This commit is contained in:
parent
4f78abe7dc
commit
4b5e09e4d6
4 changed files with 11 additions and 3 deletions
2
gogs.go
2
gogs.go
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue