containerd/version.go
Michael Crosby 4f2b443a27 Rewrite imports for new github org
This rewrites the Go imports after switching to the new github org.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-04-03 14:05:44 -07:00

12 lines
266 B
Go

package containerd
var (
Package = "github.com/containerd/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 = ""
)