From 9f114ece4c65aaf3ff00c46474599ae70fb9fa0f Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Wed, 17 Apr 2024 16:12:39 -0600 Subject: [PATCH] Bump chain to 1.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eccbf407..15eb377c 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.0 + VERSION 1.3.1 DESCRIPTION "Koinos Chain microservice" LANGUAGES CXX C)