From 344b60b94b46eec5a44ab3b8a8e6c921450d9f6b Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Tue, 8 Aug 2017 16:55:32 +0900 Subject: [PATCH] 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 --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 78a7772..7864c6e 100644 --- a/app/app.go +++ b/app/app.go @@ -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: "",