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:
Iwasaki Yudai 2017-08-08 16:55:32 +09:00
parent 94561d8536
commit 344b60b94b

View File

@ -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: "",