Skip to content

Commit

Permalink
prepare v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EOSBIXIN committed Aug 29, 2019
1 parent 3ff477e commit 3332d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(eosio_contracts)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
#set(VERSION_SUFFIX rc3)

if (VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bos.contracts


## BOSCore Version : v3.0.0
## BOSCore Version : v3.0.1
### EOSIO Contracts Version: v1.6.0

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 Down

0 comments on commit 3332d8e

Please sign in to comment.