mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This facilitates the refactoring of commands.go. Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
12 lines
271 B
Go
12 lines
271 B
Go
package dockerversion
|
|
|
|
// FIXME: this should be embedded in the docker/docker.go,
|
|
// but we can't because distro policy requires us to
|
|
// package a separate dockerinit binary, and that binary needs
|
|
// to know its version too.
|
|
|
|
var (
|
|
GITCOMMIT string
|
|
VERSION string
|
|
)
|