diff --git a/CMakeLists.txt b/CMakeLists.txt index f47d40a68..ed7de599a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index a6cda1871..35c6d35b3 100644 --- a/README.md +++ b/README.md @@ -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.