2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

fix: add release name to version

This commit is contained in:
TorchedSammy 2022-05-17 06:39:05 -04:00
parent ac21109307
commit 5dd2af7250
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -316,5 +316,7 @@ func getVersion() string {
v.WriteString("." + gitCommit)
}
v.WriteString(" (" + releaseName + ")")
return v.String()
}