fix OCI image-spec dependency

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2017-01-22 22:17:19 +01:00
parent 0e1ba1fb70
commit 15b3fdf6f4
33 changed files with 221 additions and 3427 deletions

View File

@@ -25,7 +25,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc3"
VersionDev = "-rc3-dev"
)
// Version is the specification version that the package types support.