Release v0.0.8

* Fixed TLS/SSL default files loading error
* Fixed Sasfari basic authentication error
This commit is contained in:
Iwasaki Yudai 2015-09-01 01:26:23 +09:00
parent fc590d5bc3
commit b711de495b

View File

@ -13,7 +13,7 @@ import (
func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.7"
cmd.Version = "0.0.8"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true