From e1de07bce2e225417db2cd338c082108f13a081f Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Wed, 7 Oct 2015 13:04:34 +0900 Subject: [PATCH] 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 --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index aaab79c1..6ed108cc 100644 --- a/app/app.go +++ b/app/app.go @@ -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: "",