Skip to content

Commit 62f5d4a

Browse files
committed
Release v0.0.9
* Fix basic authentication and reconnection conflict * Send ping/pong to keep connections
1 parent 05d9267 commit 62f5d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func main() {
1515
cmd := cli.NewApp()
16-
cmd.Version = "0.0.8"
16+
cmd.Version = "0.0.9"
1717
cmd.Name = "gotty"
1818
cmd.Usage = "Share your terminal as a web application"
1919
cmd.HideHelp = true

0 commit comments

Comments
 (0)