Release v0.0.6

* Profile file is merged into config file
This commit is contained in:
Iwasaki Yudai 2015-08-30 07:04:48 +09:00
parent 678258ecf1
commit f133c28cf8

View File

@ -13,7 +13,7 @@ import (
func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.5"
cmd.Version = "0.0.6"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.HideHelp = true