Skip to content

Commit

Permalink
Bump version to v23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Mar 31, 2023
1 parent 3e69459 commit d46eb88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Expand Up @@ -26,9 +26,9 @@ const (
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string

QuorumVersionMajor = 22
QuorumVersionMinor = 7
QuorumVersionPatch = 6
QuorumVersionMajor = 23
QuorumVersionMinor = 4
QuorumVersionPatch = 0
)

// Version holds the textual version string.
Expand Down

0 comments on commit d46eb88

Please sign in to comment.