Commit b711de49 by Iwasaki Yudai

Release v0.0.8

* Fixed TLS/SSL default files loading error
* Fixed Sasfari basic authentication error
1 parent fc590d5b
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ import ( ...@@ -13,7 +13,7 @@ import (
func main() { func main() {
cmd := cli.NewApp() cmd := cli.NewApp()
cmd.Version = "0.0.7" cmd.Version = "0.0.8"
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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!