Skip to content

Commit

Permalink
Merge pull request #58 from BoostryJP/fix/version
Browse files Browse the repository at this point in the history
Fix Quorum version
  • Loading branch information
YoshihitoAso authored Sep 14, 2023
2 parents 56381cf + 5ae1432 commit 462c52f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const (
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string

QuorumVersionMajor = 22
QuorumVersionMinor = 7
QuorumVersionPatch = 6
QuorumVersionMajor = 23
QuorumVersionMinor = 4
QuorumVersionPatch = 0
)

// Version holds the textual version string.
Expand Down

0 comments on commit 462c52f

Please sign in to comment.