summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-08 08:18:03 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-08 08:18:03 -0400
commit23a857d107b06b5639b337aba2e335d3d66ef9db (patch)
tree483f46f826bef1c16b3ee0394e54b56c4f6cdba6 /gogs.go
parent495d939ca580825c4a91612e38107ecc4339598a (diff)
downloadgitea-23a857d107b06b5639b337aba2e335d3d66ef9db.tar.gz
gitea-23a857d107b06b5639b337aba2e335d3d66ef9db.zip
Add repo info to web hook post
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index df1062e0eb..3d6b4807a6 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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