1
0
Fork 0
forked from forgejo/forgejo

#2246 add HTMLURL to webhook type

- Fill Milestone and Assignee field when available in webhook payload
This commit is contained in:
Unknwon 2016-08-16 10:19:09 -07:00
parent 8bf57be9ba
commit 6f9a95f830
16 changed files with 105 additions and 74 deletions

View file

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