Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
* Config file support
* Some naming changes to command line options
  • Loading branch information
yudai committed Aug 28, 2015
1 parent 02e0b6f commit 8e90497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.4"
cmd.Version = "0.0.5"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true
Expand Down

0 comments on commit 8e90497

Please sign in to comment.