From 87c66a99e2640c3b47b3743b6fb2204f4ab26798 Mon Sep 17 00:00:00 2001 From: yarkin Date: Fri, 15 Nov 2024 08:42:38 +0800 Subject: [PATCH] bump version 1.0.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ca91908..3413e613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.7) +set(PROJECT_VERSION 1.0.8) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)