Bump to c/image v5.36.0

Bumping c/image to v5.36.0 in preparation for Podman v5.6

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
tomsweeneyredhat 2025-07-14 15:58:11 -04:00
parent b5e2b66de1
commit 08ce6b4207
1 changed files with 1 additions and 1 deletions

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.