Commit 5ee63562 by Iwasaki Yudai

Release v0.0.3

* Client PTYs are closed properly without EOF byte
* Added the "-r" option to generate random URL by @shoz
* Added BSD support
1 parent 94f571d6
Showing with 1 additions and 1 deletions
......@@ -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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!