From f1e0bd0d4b17e3703936db97df063d98f770d111 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Wed, 21 Aug 2024 01:10:01 -0300 Subject: [PATCH] Bump 1.0.4 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcaa5498..3bf9b5ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.3) +set(PROJECT_VERSION 1.0.4) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)