1
0
Fork 0
forked from forgejo/forgejo

#3466 fix response of pull request form validation error

This commit is contained in:
Unknwon 2016-08-15 14:04:44 -07:00
parent 94392a7af3
commit 61e27dedf7
5 changed files with 22 additions and 10 deletions

View file

@ -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())