From b65f49622e3769da480876bcc70349d1f9962a50 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Wed, 8 Mar 2023 16:25:00 +0000 Subject: [PATCH] version: add "v" prefix to version for tagging convention consistency Signed-off-by: Justin Chadwell --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 1d236e5e..12ab309b 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ var ( Package = "github.com/docker/buildx" // Version holds the complete version number. Filled in at linking time. - Version = "0.0.0+unknown" + Version = "v0.0.0+unknown" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.