Release v0.0.10

* Syntax check for the configuration file
* Better handling of invalid UTF-8 bytes
This commit is contained in:
Iwasaki Yudai 2015-09-02 20:21:50 -07:00
parent 4f75000256
commit 8f9d5ba582

View File

@ -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