Skip to content

Commit

Permalink
quorum version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsam committed Aug 23, 2018
1 parent 254b517 commit 99a8376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99a8376

Please sign in to comment.