diff --git a/CMakeLists.txt b/CMakeLists.txt index a88502ad..bcaa5498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.2) +set(PROJECT_VERSION 1.0.3) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)