Commit 8f9d5ba5 by Iwasaki Yudai

Release v0.0.10

* Syntax check for the configuration file
* Better handling of invalid UTF-8 bytes
1 parent 4f750002
Showing with 1 additions and 1 deletions
......@@ -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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!