Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
* Client PTYs are closed properly without EOF byte
* Added the "-r" option to generate random URL by @shoz
* Added BSD support
  • Loading branch information
yudai committed Aug 22, 2015
1 parent 94f571d commit 5ee6356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -11,7 +11,7 @@ import (

func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.2"
cmd.Version = "0.0.3"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true
Expand Down

0 comments on commit 5ee6356

Please sign in to comment.