Quorum v2.3.0

This commit is contained in:
jpmsam 2019-10-04 13:40:57 -04:00
parent 890365de86
commit 99f7fd6733
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ const (
VersionMeta = "stable" // Version metadata to append to the version string VersionMeta = "stable" // Version metadata to append to the version string
QuorumVersionMajor = 2 QuorumVersionMajor = 2
QuorumVersionMinor = 2 QuorumVersionMinor = 3
QuorumVersionPatch = 5 QuorumVersionPatch = 0
) )
// Version holds the textual version string. // Version holds the textual version string.