Skip to content

Commit 99a8376

Browse files
committed
quorum version update
1 parent 254b517 commit 99a8376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const (
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828

2929
QuorumVersionMajor = 2
30-
QuorumVersionMinor = 0
31-
QuorumVersionPatch = 2
30+
QuorumVersionMinor = 1
31+
QuorumVersionPatch = 0
3232
)
3333

3434
// Version holds the textual version string.

0 commit comments

Comments
 (0)