Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yudai committed Aug 8, 2017
1 parent 94561d8 commit 344b60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Expand Up @@ -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: "",
Expand Down

0 comments on commit 344b60b

Please sign in to comment.