Skip to content

Commit

Permalink
version: add "v" prefix to version for tagging convention consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <me@jedevc.com>
  • Loading branch information
jedevc committed Mar 8, 2023
1 parent c5ce08b commit b65f496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b65f496

Please sign in to comment.