package containerd

var (
	Package = "github.com/docker/containerd"

	// Version holds the complete version number.
	Version = "1.0-dev+unknown"

	// GitCommit is filled with the Git revision being used to build the
	// program at linking time
	GitCommit = ""
)