Skip to content

Commit

Permalink
quorum version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsam committed Dec 12, 2018
1 parent df03a37 commit 8f67827
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 = 1
QuorumVersionPatch = 1
QuorumVersionMinor = 2
QuorumVersionPatch = 0
)

// Version holds the textual version string.
Expand Down

0 comments on commit 8f67827

Please sign in to comment.