We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831ccd commit f0f5057Copy full SHA for f0f5057
2 files changed
lib/config/config.go
@@ -152,6 +152,7 @@ func dealCommon(s string) *CommonConfig {
152
func dealHost(s string) *file.Host {
153
h := &file.Host{}
154
h.Target = new(file.Target)
155
+ h.Scheme = "all"
156
var headerChange string
157
for _, v := range splitStr(s) {
158
item := strings.Split(v, "=")
lib/version/version.go
@@ -1,6 +1,6 @@
1
package version
2
3
-const VERSION = "0.21.1"
+const VERSION = "0.21.2"
4
5
// Compulsory minimum version, Minimum downward compatibility to this version
6
func GetVersion() string {
0 commit comments