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 #185 from EOSIO/bump-version-to-1.6.0-rc2
Browse files Browse the repository at this point in the history
bump version to v1.6.0-rc2
  • Loading branch information
arhag authored Feb 7, 2019
2 parents 2159bf5 + 7919729 commit 82de548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eosio.contracts

## Version : 1.6.0-rc1
## Version : 1.6.0-rc2

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 system, token, msig and wrap (formerly known as sudo) contracts.

Expand All @@ -14,8 +14,8 @@ The following unprivileged contract(s) are also part of the system.
* [eosio.token](https://github.com/eosio/eosio.contracts/tree/master/eosio.token)

Dependencies:
* [eosio v1.5.x](https://github.com/EOSIO/eos/releases/tag/v1.5.0)
* [eosio.cdt v1.5.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.5.0-rc1)
* [eosio v1.6.x](https://github.com/EOSIO/eos/releases/tag/v1.6.1)
* [eosio.cdt v1.5.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.5.0)

To build the contracts and the unit tests:
* First, ensure that your __eosio__ is compiled to the core symbol for the EOSIO blockchain that intend to deploy to.
Expand Down

0 comments on commit 82de548

Please sign in to comment.