Add repo info to web hook post

This commit is contained in:
Unknown 2014-05-08 08:18:03 -04:00
parent 495d939ca5
commit 23a857d107
4 changed files with 39 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
const APP_VER = "0.3.3.0507 Alpha"
const APP_VER = "0.3.3.0508 Alpha"
func init() {
base.AppVer = APP_VER