mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 84ea9ee0f9)
13 lines
415 B
Go
13 lines
415 B
Go
package dockerversion // import "github.com/docker/docker/dockerversion"
|
|
|
|
// Default build-time variable for library-import.
|
|
// These variables are overridden on build with build-time information.
|
|
var (
|
|
GitCommit = "library-import"
|
|
Version = "library-import"
|
|
BuildTime = "library-import"
|
|
PlatformName = ""
|
|
ProductName = ""
|
|
DefaultProductLicense = ""
|
|
)
|