diff --git a/CMakeLists.txt b/CMakeLists.txt index 20fa8aa2..bddac276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.0-rc1) +set(PROJECT_VERSION 1.0.1) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)