Gestion des versions

This commit is contained in:
admju
2024-09-12 13:17:36 +00:00
parent 5d4de618dd
commit dfa9fe3f1e
5 changed files with 11 additions and 9 deletions

View File

@@ -26,5 +26,5 @@ func GetFromFile(fileversion string) (string, error) {
return "", err
}
return objmap.Version, nil
return "v" + objmap.Version, nil
}