Skip to content

Commit

Permalink
v5.9.0
Browse files Browse the repository at this point in the history
* copy: check our assumptions about compression
* Add a signedIdentity choice "type": "remapIdentity"
* shortnames: error if there's no alias and no search registries

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Dec 7, 2020
1 parent 2aaf057 commit ea0f661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Expand Up @@ -6,12 +6,12 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 8
VersionMinor = 9
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 0

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit ea0f661

Please sign in to comment.