Skip to content

Commit

Permalink
Merge pull request containers#1412 from mtrmac/v5.17.0
Browse files Browse the repository at this point in the history
v5.17.0
  • Loading branch information
rhatdan authored Nov 19, 2021
2 parents d14f4ca + f06271d commit 080887f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 16
VersionMinor = 17
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 1

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

0 comments on commit 080887f

Please sign in to comment.