mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
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:
parent
9e392334a7
commit
e1de07bce2
1 changed files with 1 additions and 1 deletions
|
@ -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: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue