Ayaya, why did I do that again?

git-svn-id: file:///srv/svn/repo/aya/trunk@90 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2025-05-04 02:19:10 +00:00
parent 6d135bb68c
commit 9307af7e09
4 changed files with 12 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ var (
)
// PrintVersion only displays the obvious
func PrintVersion(){
fmt.Printf("%s", Version)
func PrintVersion() string {
return fmt.Sprintf("%s", Version)
}
// PrintFullVersion display the full version and build