Skip to content

Commit

Permalink
Bump version to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
umatare5 committed May 14, 2021
1 parent a698296 commit 5de0c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USAGE:
telee -H HOSTNAME -C COMMAND [options...]

VERSION:
1.6.4
1.6.5

COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
cmdName string = "telee"
cmdUsage string = "One-line pseudo terminal"
cmdUsageText string = "telee -H HOSTNAME -C COMMAND [options...]"
cmdVersion string = "1.6.4"
cmdVersion string = "1.6.5"
)

// Start executes this command
Expand Down

0 comments on commit 5de0c9f

Please sign in to comment.