From d18e51a9dadf222c94d32745c6ff91128c68a970 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 1 Nov 2024 00:21:36 -0300 Subject: [PATCH] Bump 1.0.7 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3df2fb47..2ca91908 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.5) +set(PROJECT_VERSION 1.0.7) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)