Skip to content

Commit 186156a

Browse files
committed
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
1 parent a046c6f commit 186156a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ type Options struct {
8080
Height int `hcl:"height"`
8181
}
8282

83-
var Version = "1.0.0"
83+
var Version = "1.0.1"
8484

8585
var DefaultOptions = Options{
8686
Address: "",

0 commit comments

Comments
 (0)