2016-11-30 00:08:30 +00:00
|
|
|
package containerd
|
2015-12-02 22:41:49 +00:00
|
|
|
|
2017-02-22 21:16:06 +00:00
|
|
|
var (
|
|
|
|
Package = "github.com/docker/containerd"
|
2016-05-09 18:38:28 +00:00
|
|
|
|
2017-02-22 21:16:06 +00:00
|
|
|
// Version holds the complete version number.
|
|
|
|
Version = "1.0-dev+unknown"
|
2016-06-03 22:00:49 +00:00
|
|
|
|
2017-02-22 21:16:06 +00:00
|
|
|
// GitCommit is filled with the Git revision being used to build the
|
|
|
|
// program at linking time
|
|
|
|
GitCommit = ""
|
|
|
|
)
|