Skip to content

Commit

Permalink
Release v0.0.11
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yudai committed Oct 7, 2015
1 parent 9e39233 commit e1de07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Expand Up @@ -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: "",
Expand Down

0 comments on commit e1de07b

Please sign in to comment.