From c52a5a9c10d7bb93734f831bf3479ecfbcb030ed Mon Sep 17 00:00:00 2001 From: "yakumo.izuru" Date: Tue, 26 Mar 2024 11:56:38 +0000 Subject: [PATCH] =?UTF-8?q?=E3=81=A8=E3=81=AB=E3=81=8B=E3=81=8F=E3=80=81?= =?UTF-8?q?=E3=80=8Caya.PrintVersion=E3=80=8D=E3=81=AF=E4=BD=95=E3=81=8B?= =?UTF-8?q?=E7=89=B9=E5=88=A5=E3=81=AA=E3=81=93=E3=81=A8=E3=82=92=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=8F=E3=81=91=E3=81=A7=E3=81=AF=E3=81=82=E3=82=8A?= =?UTF-8?q?=E3=81=BE=E3=81=9B=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Izuru Yakumo git-svn-id: https://svn.yakumo.dev/yakumo.izuru/aya/trunk@86 cec141ff-132a-4243-88a5-ce187bd62f94 --- 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