1
0
Fork 0
forked from forgejo/forgejo

#2639 add branch prefix for test webhook

This commit is contained in:
Unknwon 2016-02-17 15:05:07 -05:00
parent 3af1d3c581
commit d5ca913b2f
4 changed files with 5 additions and 4 deletions

View file

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