Skip to content

Commit

Permalink
Merge pull request #1482 from mtrmac/v5.20.0
Browse files Browse the repository at this point in the history
Release v5.20.0
  • Loading branch information
rhatdan committed Mar 1, 2022
2 parents d722da5 + 43d64a5 commit 7b43333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
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 = 19
VersionMinor = 20
// 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 7b43333

Please sign in to comment.