Skip to content

Commit 8e90497

Browse files
committed
Release v0.0.5
* Config file support * Some naming changes to command line options
1 parent 02e0b6f commit 8e90497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
func main() {
1515
cmd := cli.NewApp()
16-
cmd.Version = "0.0.4"
16+
cmd.Version = "0.0.5"
1717
cmd.Name = "gotty"
1818
cmd.Usage = "Share your terminal as a web application"
1919
cmd.HideHelp = true

0 commit comments

Comments
 (0)