Refactor containerd main

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-09-20 10:29:42 -07:00
parent 435a1c825d
commit 37260f75db
3 changed files with 98 additions and 100 deletions

View File

@@ -3,13 +3,13 @@ package containerd
import "fmt"
// VersionMajor holds the release major number
const VersionMajor = 0
const VersionMajor = 2
// VersionMinor holds the release minor number
const VersionMinor = 2
const VersionMinor = 0
// VersionPatch holds the release patch number
const VersionPatch = 3
const VersionPatch = 0
// Version holds the combination of major minor and patch as a string
// of format Major.Minor.Patch