Skip to content

Commit af75251

Browse files
authored
Merge pull request #1090 from ConsenSys/release/bump-v20.10.0
Bump to version v20.10.0
2 parents 0f15cad + e26e40d commit af75251

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,4 @@ jobs:
362362
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
363363
}
364364
_post "long_message.json" || _post "short_message.json"
365+

params/version.go

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

29-
QuorumVersionMajor = 2
30-
QuorumVersionMinor = 7
29+
QuorumVersionMajor = 20
30+
QuorumVersionMinor = 10
3131
QuorumVersionPatch = 0
3232
)
3333

0 commit comments

Comments
 (0)