From 8bf4f5e0f2e4cd4d639ae3eee889afc8adce1f76 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 24 Jan 2025 03:02:02 -0300 Subject: [PATCH] Bump 1.0.9 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3413e613..9d60a659 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.8) +set(PROJECT_VERSION 1.0.9) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)