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 5fab7b2 commit cf34e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
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 cf34e61

Please # to comment.