Skip to content

Commit d46eb88

Browse files
committed
Bump version to v23.4.0
1 parent 3e69459 commit d46eb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

params/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ const (
2626
VersionPatch = 3 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828

29-
QuorumVersionMajor = 22
30-
QuorumVersionMinor = 7
31-
QuorumVersionPatch = 6
29+
QuorumVersionMajor = 23
30+
QuorumVersionMinor = 4
31+
QuorumVersionPatch = 0
3232
)
3333

3434
// Version holds the textual version string.

0 commit comments

Comments
 (0)