issue_mail: send notifications to participants in comments (#2929)

This commit is contained in:
Unknwon
2017-03-10 18:47:02 -05:00
parent 60ee79363d
commit 23da90e25d
4 changed files with 37 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.12.0310"
const APP_VER = "0.10.13.0310"
func init() {
setting.AppVer = APP_VER