feat(GODT-2655): display internal build time tag in log and GUI.

This commit is contained in:
Jakub
2023-05-26 15:07:35 +02:00
parent ade2fd9403
commit cde9c19f71
10 changed files with 71 additions and 5 deletions

View File

@ -33,9 +33,12 @@ var (
// Version of the build.
Version = "0.0.0"
// Revision is current hash of the build.
// Revision is build time commit hash.
Revision = ""
// Tag is build time git describe.
Tag = ""
// BuildTime stamp of the build.
BuildTime = ""