diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-09 18:08:07 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-09 18:08:07 -0400 |
commit | 39931f8e001af113d3ea0905a79f152fb93f70ec (patch) | |
tree | d7984f25c3c741b18ff72092d42262baa5efe18f /gogs.go | |
parent | 1aa76bd27913e40780aa66fe6b6c1158e20b7bef (diff) | |
download | gitea-39931f8e001af113d3ea0905a79f152fb93f70ec.tar.gz gitea-39931f8e001af113d3ea0905a79f152fb93f70ec.zip |
Allow mail with self-signed certificates
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |