Bump to image-spec v1.0.0 and runtime-spec v1.0.0

No substantive changes.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell
2017-07-20 11:31:14 +01:00
parent e8d5005b0e
commit feba1d7d98
4 changed files with 5 additions and 5 deletions

View File

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