mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-12 16:44:24 +00:00
Release v1.0.1
This release is bug fixes. Fixes ----- * #118: gotty.js clears browser's Local Storage * #122: Configuration via environment variables doesn't work except GOTTY_CONFIGklllll * #136: max-connections reporting wrong count
This commit is contained in:
parent
94561d8536
commit
344b60b94b
@ -80,7 +80,7 @@ type Options struct {
|
||||
Height int `hcl:"height"`
|
||||
}
|
||||
|
||||
var Version = "1.0.0"
|
||||
var Version = "1.0.1"
|
||||
|
||||
var DefaultOptions = Options{
|
||||
Address: "",
|
||||
|
Loading…
Reference in New Issue
Block a user