#1612 Ability to send mail when a new pull request is submitted

This commit is contained in:
Unknwon 2015-12-10 11:18:56 -05:00
parent 2e9c4ddedb
commit c6083c335e
20 changed files with 1375 additions and 1107 deletions

View file

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