fix version info

This commit is contained in:
Willy Kloucek
2022-06-13 10:41:14 +02:00
parent 588293fd19
commit 68a6f43538
93 changed files with 112 additions and 102 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func Server(cfg *config.Config) *cli.Command {
defer cancel()
mtrcs.BuildInfo.WithLabelValues(version.String).Set(1)
mtrcs.BuildInfo.WithLabelValues(version.GetString()).Set(1)
{
server, err := http.Server(