mirror of
https://github.com/yudai/gotty.git
synced 2025-12-27 12:48:49 +01:00
Release v0.0.12
* Bug fixes * New option `--close-signal` to choose a signal sent to child processes
This commit is contained in:
parent
db45d0febc
commit
b1c5226875
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ type Options struct {
|
|||
RawPreferences map[string]interface{} `hcl:"preferences"`
|
||||
}
|
||||
|
||||
var Version = "0.0.11"
|
||||
var Version = "0.0.12"
|
||||
|
||||
var DefaultOptions = Options{
|
||||
Address: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue