Skip to content

Commit

Permalink
Bump version to v22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Jan 27, 2022
1 parent d258a13 commit c50aaab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const (
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string

QuorumVersionMajor = 21
QuorumVersionMinor = 10
QuorumVersionPatch = 2
QuorumVersionMajor = 22
QuorumVersionMinor = 1
QuorumVersionPatch = 0
)

// Version holds the textual version string.
Expand Down

0 comments on commit c50aaab

Please sign in to comment.