Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #350 from EOSIO/bump_version
Browse files Browse the repository at this point in the history
bump version to v1.9.0-rc1
  • Loading branch information
arhag authored Oct 7, 2019
2 parents 518ebf8 + 6c4a6c2 commit bbd1d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eosio.contracts

## Version : 1.8.0-rc1
## Version : 1.9.0-rc1

The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the bios, system, msig, wrap (formerly known as sudo) and token contracts.

Expand Down
4 changes: 2 additions & 2 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"pipeline-branch": "master",
"dependencies": // dependencies to pull for a build of contracts, by branch, tag, or commit hash
{
"eosio": "329071ae8ae7c8e467f42079ebdb09e675d7e702", // eventually update to release/2.0.x
"eosio.cdt": "aad0c4729b848c9cbe409aa1fdd917797a4d91e7" // eventually update to release/1.7.x
"eosio": "release/2.0.x",
"eosio.cdt": "release/1.7.x"
}
}
}

0 comments on commit bbd1d34

Please sign in to comment.