mirror of
https://github.com/containers/image.git
synced 2025-04-17 08:37:06 +03:00
Bump to c/image v5.35.0-dev
Bump c/image back to a dev version, v5.35.0-dev Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
parent
51a5d96532
commit
46ad33b51a
@ -6,12 +6,12 @@ const (
|
||||
// VersionMajor is for an API incompatible changes
|
||||
VersionMajor = 5
|
||||
// VersionMinor is for functionality in a backwards-compatible manner
|
||||
VersionMinor = 34
|
||||
VersionMinor = 35
|
||||
// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user