Update module github.com/opencontainers/image-spec to v1.1.0-rc4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-30 18:30:59 +00:00
committed by GitHub
parent 2d83db01a4
commit e9303879a8
10 changed files with 29 additions and 22 deletions

View File

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