Quorum v2.6.0

This commit is contained in:
jpmsam 2020-05-04 10:39:58 -04:00
parent ea9d72a7e9
commit 9339be03f9
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 = 5
QuorumVersionMinor = 6
QuorumVersionPatch = 0
)