Add better version reporting.

This commit is contained in:
Alex Lovell-Troy 2024-10-30 10:09:32 -06:00
parent 041d134079
commit 237eb6219b
No known key found for this signature in database
2 changed files with 54 additions and 28 deletions

View file

@ -4,13 +4,6 @@ import (
"github.com/OpenCHAMI/magellan/cmd"
)
var (
version string
commit string
date string
)
func main() {
cmd.SetVersionInfo(version, commit, date)
cmd.Execute()
}