mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-03 09:57:41 +08:00
Merge pull request #1670 from jedevc/version-v-prefix
version: add "v" prefix to version for tagging convention consistency
This commit is contained in:
commit
6f722da04d
@ -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…
x
Reference in New Issue
Block a user