setting: fix Webhook.SkipTLSVerify didn't load (#4228)

master
Unknwon 2017-03-02 22:08:39 -05:00
parent b39454ca16
commit f7b7d008b6
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -142,7 +142,7 @@ var (
Types []string
QueueLength int
DeliverTimeout int
SkipTLSVerify bool
SkipTLSVerify bool `ini:"SKIP_TLS_VERIFY"`
PagingNum int
}

View File

@ -1 +1 @@
0.10.3.0301
0.10.4.0302