Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
* Syntax check for the configuration file
* Better handling of invalid UTF-8 bytes
  • Loading branch information
yudai committed Sep 3, 2015
1 parent 4f75000 commit 8f9d5ba
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.9"
cmd.Version = "0.0.10"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true
Expand Down

0 comments on commit 8f9d5ba

Please sign in to comment.