From 65e29e63afeab79db4ced96e9bd998a057f4c51e Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Tue, 26 Mar 2024 08:56:38 -0300 Subject: [PATCH] =?utf8?q?=E3=81=A8=E3=81=AB=E3=81=8B=E3=81=8F=E3=80=81?= =?utf8?q?=E3=80=8Caya.PrintVersion=E3=80=8D=E3=81=AF=E4=BD=95=E3=81=8B?= =?utf8?q?=E7=89=B9=E5=88=A5=E3=81=AA=E3=81=93=E3=81=A8=E3=82=92=E3=81=99?= =?utf8?q?=E3=82=8B=E3=82=8F=E3=81=91=E3=81=A7=E3=81=AF=E3=81=82=E3=82=8A?= =?utf8?q?=E3=81=BE=E3=81=9B=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Izuru Yakumo --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index c23512a..73bcc5b 100644 --- a/version.go +++ b/version.go @@ -13,8 +13,8 @@ var ( ) // PrintVersion only displays the obvious -func PrintVersion() string { - return fmt.Sprintf("%s", Version) +func PrintVersion(){ + fmt.Printf("%s", Version) } // PrintFullVersion display the full version and build -- 2.43.0