diff --git a/CMakeLists.txt b/CMakeLists.txt index eae64f474..77c46200c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -project(cpp-ethereum VERSION "1.0.0") +project(cpp-ethereum VERSION "1.0.1") include(EthCompilerSettings)