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
This commit is contained in:
Iwasaki Yudai 2015-10-07 13:04:34 +09:00
parent 9e392334a7
commit e1de07bce2

View File

@ -64,7 +64,7 @@ type Options struct {
Preferences map[string]interface{} `hcl:"preferences"`
}
var Version = "0.0.10"
var Version = "0.0.11"
var DefaultOptions = Options{
Address: "",