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

Bump to c/image v5.36.0-dev

Bump c/image's main branch to the next dev
version, v5.36.0-dev

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
tomsweeneyredhat 2025-04-16 09:02:40 -04:00
parent 617c288ea0
commit 07297f2f29

View File

@ -6,12 +6,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 35
VersionMinor = 36
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""
VersionDev = "-dev"
)
// Version is the specification version that the package types support.