forked from forgejo/forgejo
#3466 fix response of pull request form validation error
This commit is contained in:
parent
94392a7af3
commit
61e27dedf7
5 changed files with 22 additions and 10 deletions
2
gogs.go
2
gogs.go
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.9.78.0815"
|
||||
const APP_VER = "0.9.79.0815"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue