quorum version update

This commit is contained in:
jpmsam 2018-08-23 15:07:28 -04:00
parent 37956d8039
commit 0d27660421
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
QuorumVersionMajor = 2
QuorumVersionMinor = 0
QuorumVersionPatch = 2
QuorumVersionMinor = 1
QuorumVersionPatch = 0
)
// Version holds the textual version string.