1
0
Fork 0
forked from forgejo/forgejo

fix wrong slack webhook payload URL

This commit is contained in:
Unknwon 2015-12-06 23:07:02 -05:00
parent abb02889f2
commit dce2a9e7e1
7 changed files with 16 additions and 7 deletions

View file

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