From 373fecc2e01b4b46c90e65049d08e262acf26ca7 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 2 Aug 2024 09:04:15 +0900 Subject: [PATCH] Change version output format in CLI --- src/deepl/cli.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deepl/cli.cr b/src/deepl/cli.cr index 08958a2..cea09d1 100644 --- a/src/deepl/cli.cr +++ b/src/deepl/cli.cr @@ -425,7 +425,7 @@ module DeepL end def print_version - puts DeepL::CLI::VERSION + puts "deepl-cli #{VERSION}" end def print_help