Allow mail with self-signed certificates

This commit is contained in:
Unknwon 2014-10-09 18:08:07 -04:00
parent 1aa76bd279
commit 39931f8e00
3 changed files with 53 additions and 4 deletions

View file

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