mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
Release v0.0.9
* Fix basic authentication and reconnection conflict * Send ping/pong to keep connections
This commit is contained in:
parent
05d9267f20
commit
62f5d4aaf3
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
func main() {
|
||||
cmd := cli.NewApp()
|
||||
cmd.Version = "0.0.8"
|
||||
cmd.Version = "0.0.9"
|
||||
cmd.Name = "gotty"
|
||||
cmd.Usage = "Share your terminal as a web application"
|
||||
cmd.HideHelp = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue