Skip to content

Commit

Permalink
v5.12.0
Browse files Browse the repository at this point in the history
* Update F34beta -> F34 and U2010 -> U2104
* Bump github.com/containers/storage from 1.30.0 to 1.30.1
* Skip pulling layers reusable from additional layer store
* Bump github.com/containers/storage from 1.29.0 to 1.30.0
* Cirrus: Improve test synchronization with c/skopeo

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed May 4, 2021
1 parent ccb87a8 commit a64bf5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version/version.go
Original file line number Diff line number Diff line change
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 = 11
VersionMinor = 12
// 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 a64bf5a

Please sign in to comment.