今では重荷がなくなったので...

git-svn-id: file:///srv/svn/repo/mai/trunk@71 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
yakumo.izuru
2025-04-17 18:18:24 +00:00
parent 82044b1469
commit 446156597f
23 changed files with 106 additions and 249 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)
}