From d7b3c82e4afc2ba2fc1f9016f18e780ecb1146cd Mon Sep 17 00:00:00 2001 From: Matus Kysel Date: Fri, 31 Jan 2025 10:10:52 +0100 Subject: [PATCH] increase version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 316dbced6b..aac9c8dbaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20) # Set current version of the project set(TARAXA_MAJOR_VERSION 1) set(TARAXA_MINOR_VERSION 12) -set(TARAXA_PATCH_VERSION 3) +set(TARAXA_PATCH_VERSION 4) set(TARAXA_VERSION ${TARAXA_MAJOR_VERSION}.${TARAXA_MINOR_VERSION}.${TARAXA_PATCH_VERSION}) # Any time a change in the network protocol is introduced this version should be increased