aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-07-27 16:53:02 -0400
committerUnknwon <u@gogs.io>2017-07-27 16:53:02 -0400
commit6bc11c44504135b232605c932c519901a680d4e1 (patch)
treee12a8d108ef2d00347a2d1789d50f61a1617cfaf /gogs.go
parent643c85e9c8fd237912652d14a0535dfddf614d2b (diff)
hook: fix email not sent after push (#4430)
Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits.
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 1d0592d3..75e43da7 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.28.0718"
+const APP_VER = "0.11.29.0727"
func init() {
setting.AppVer = APP_VER