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 8bd0643 commit 81a44c6Copy full SHA for 81a44c6
params/version.go
@@ -26,8 +26,8 @@ const (
26
VersionPatch = 7 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
29
- QuorumVersionMajor = 20
30
- QuorumVersionMinor = 10
+ QuorumVersionMajor = 21
+ QuorumVersionMinor = 1
31
QuorumVersionPatch = 0
32
)
33
0 commit comments