1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00

Bump to c/image v5.35.0

Bump c/image to v5.35.0.
This is the second SIC vendor dance step for
Podman v5.5.0

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
tomsweeneyredhat 2025-04-16 09:01:36 -04:00
parent 1b83b3a01c
commit 617c288ea0

View File

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