Skip to content

Commit

Permalink
Merge pull request #1090 from ConsenSys/release/bump-v20.10.0
Browse files Browse the repository at this point in the history
Bump to version v20.10.0
  • Loading branch information
nmvalera authored Oct 27, 2020
2 parents 0f15cad + e26e40d commit af75251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,4 @@ jobs:
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
}
_post "long_message.json" || _post "short_message.json"
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string

QuorumVersionMajor = 2
QuorumVersionMinor = 7
QuorumVersionMajor = 20
QuorumVersionMinor = 10
QuorumVersionPatch = 0
)

Expand Down

0 comments on commit af75251

Please sign in to comment.