aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--modules/setting/setting.go2
-rw-r--r--templates/.VERSION2
3 files changed, 3 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index fc11c85e..17a919d5 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
index 0f750554..ed04665e 100644
--- a/modules/setting/setting.go
+++ b/modules/setting/setting.go
@@ -142,7 +142,7 @@ var (
Types []string
QueueLength int
DeliverTimeout int
- SkipTLSVerify bool
+ SkipTLSVerify bool `ini:"SKIP_TLS_VERIFY"`
PagingNum int
}
diff --git a/templates/.VERSION b/templates/.VERSION
index 5c5e94d5..132f1d90 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.10.3.0301 \ No newline at end of file
+0.10.4.0302 \ No newline at end of file