mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue