Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
* Added the `-c` option for Basic Authentication by @mattn
* Experimental 32 bit support
* Switch to Go1.5
  • Loading branch information
yudai committed Aug 20, 2015
1 parent 4b39b4a commit 496c791
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.1"
cmd.Version = "0.0.2"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.Flags = []cli.Flag{
Expand Down

0 comments on commit 496c791

Please sign in to comment.