We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f15cad + e26e40d commit af75251Copy full SHA for af75251
.github/workflows/release.yml
@@ -362,3 +362,4 @@ jobs:
362
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
363
}
364
_post "long_message.json" || _post "short_message.json"
365
+
params/version.go
@@ -26,8 +26,8 @@ const (
26
VersionPatch = 7 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
29
- QuorumVersionMajor = 2
30
- QuorumVersionMinor = 7
+ QuorumVersionMajor = 20
+ QuorumVersionMinor = 10
31
QuorumVersionPatch = 0
32
)
33
0 commit comments