Skip to content

Commit

Permalink
Bump version to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umatare5 committed May 9, 2021
1 parent 54f1112 commit d7a5825
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 @@ -32,7 +32,7 @@ USAGE:
telee -H HOSTNAME -C COMMAND [options...]

VERSION:
1.3.2
1.3.3

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 telnet client"
cmdUsageText string = "telee -H HOSTNAME -C COMMAND [options...]"
cmdVersion string = "1.3.2"
cmdVersion string = "1.3.3"
)

// Start executes this command
Expand Down

0 comments on commit d7a5825

Please sign in to comment.