mirror of https://github.com/docker/buildx.git
version: add "v" prefix to version for tagging convention consistency
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
c5ce08bf3c
commit
b65f49622e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue