Skip to content

Commit

Permalink
Release v0.0.8
Browse files Browse the repository at this point in the history
* Fixed TLS/SSL default files loading error
* Fixed Sasfari basic authentication error
  • Loading branch information
yudai committed Aug 31, 2015
1 parent fc590d5 commit b711de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -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
Expand Down

0 comments on commit b711de4

Please sign in to comment.