From e0aff02b3f2513fe7b13edefe1e0a3bfe118dc0d Mon Sep 17 00:00:00 2001 From: umatare5 Date: Wed, 26 Jan 2022 03:04:27 +0900 Subject: [PATCH] Bump version to v1.7.5 --- cli/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/root.go b/cli/root.go index 0a73f93..307c839 100644 --- a/cli/root.go +++ b/cli/root.go @@ -16,7 +16,7 @@ const ( cmdName string = "telee" cmdUsage string = "One-line command executor" cmdUsageText string = "telee -H HOSTNAME -C COMMAND [options...]" - cmdVersion string = "1.7.4" + cmdVersion string = "1.7.5" ) // Start executes this command