This commit is contained in:
jpmsam 2020-03-03 13:11:13 -05:00
parent 07b0834245
commit 27bfed769e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const (
VersionMeta = "stable" // Version metadata to append to the version string
QuorumVersionMajor = 2
QuorumVersionMinor = 4
QuorumVersionMinor = 5
QuorumVersionPatch = 0
)