From cc719abd51d3bb14dd632181ad2c4174106afc6a Mon Sep 17 00:00:00 2001 From: Steve Gerbino Date: Wed, 4 Sep 2024 15:01:54 +0200 Subject: [PATCH] Bumps version to v1.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15eb377c..4ffa998c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ FetchContent_MakeAvailable(koinos_cmake) include("${koinos_cmake_SOURCE_DIR}/Koinos.cmake") project(koinos_chain - VERSION 1.3.1 + VERSION 1.3.2 DESCRIPTION "Koinos Chain microservice" LANGUAGES CXX C)