mirror of https://github.com/containers/image.git
Bump to 5.6.1-dev
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
4f7144c652
commit
2081d3dcd5
|
|
@ -8,10 +8,10 @@ const (
|
||||||
// VersionMinor is for functionality in a backwards-compatible manner
|
// VersionMinor is for functionality in a backwards-compatible manner
|
||||||
VersionMinor = 6
|
VersionMinor = 6
|
||||||
// VersionPatch is for backwards-compatible bug fixes
|
// VersionPatch is for backwards-compatible bug fixes
|
||||||
VersionPatch = 0
|
VersionPatch = 1
|
||||||
|
|
||||||
// VersionDev indicates development branch. Releases will be empty string.
|
// VersionDev indicates development branch. Releases will be empty string.
|
||||||
VersionDev = ""
|
VersionDev = "-dev"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version is the specification version that the package types support.
|
// Version is the specification version that the package types support.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue