もっと頑張れよ、魔理沙

git-svn-id: file:///srv/svn/repo/marisa/trunk@69 d6811dac-2434-b64a-9ddc-f563ab233461
This commit is contained in:
yakumo.izuru
2025-04-18 17:17:48 +00:00
parent 7dd0415885
commit 65ffd37fbe
9 changed files with 14 additions and 21 deletions

View File

@@ -7,12 +7,9 @@ import (
var (
// Version release version
Version = "0.0.1"
// Commit will be overwritten automatically by the build system
Commit = "HEAD"
)
// FullVersion display the full version and build
func FullVersion() string {
return fmt.Sprintf("%s@%s", Version, Commit)
return fmt.Sprintf("%s", Version)
}