We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3916e commit 9ce3faaCopy full SHA for 9ce3faa
params/version.go
@@ -26,7 +26,7 @@ const (
26
VersionPatch = 3 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
29
- QuorumVersionMajor = 23
+ QuorumVersionMajor = 24
30
QuorumVersionMinor = 4
31
QuorumVersionPatch = 0
32
)
0 commit comments