Release v0.0.9

* Fix basic authentication and reconnection conflict
* Send ping/pong to keep connections
This commit is contained in:
Iwasaki Yudai 2015-09-01 14:47:17 +09:00
parent 05d9267f20
commit 62f5d4aaf3

View File

@ -13,7 +13,7 @@ import (
func main() { func main() {
cmd := cli.NewApp() cmd := cli.NewApp()
cmd.Version = "0.0.8" cmd.Version = "0.0.9"
cmd.Name = "gotty" cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application" cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true cmd.HideHelp = true