quorum version update

This commit is contained in:
jpmsam 2018-08-23 15:09:29 -04:00
parent 254b517c6b
commit 99a83767cc
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.