fix(deps): update module github.com/opencontainers/image-spec to v1.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-16 15:10:40 +00:00
committed by GitHub
parent a8d20e466b
commit 24b8d1446d
4 changed files with 5 additions and 5 deletions

View File

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