Commit e1de07bc by Iwasaki Yudai

Release v0.0.11

* Bug fixes
* SSL/TLS client certificate authentication support by @freakhill and @uovobw
* New option `--permit-argument` to allow client to provide command line arguments by @QuentinPerez
1 parent 9e392334
Showing with 1 additions and 1 deletions
...@@ -64,7 +64,7 @@ type Options struct { ...@@ -64,7 +64,7 @@ type Options struct {
Preferences map[string]interface{} `hcl:"preferences"` Preferences map[string]interface{} `hcl:"preferences"`
} }
var Version = "0.0.10" var Version = "0.0.11"
var DefaultOptions = Options{ var DefaultOptions = Options{
Address: "", Address: "",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!