From 7037176a57075858999c8ea050958028e0c49aa5 Mon Sep 17 00:00:00 2001 From: Casey Gardiner <44983607+fiocasey@users.noreply.github.com> Date: Mon, 24 May 2021 13:37:54 -0600 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 117efd99..7addb486 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(fio.contracts) set(VERSION_MAJOR 2) set(VERSION_MINOR 3) -set(VERSION_PATCH 4) +set(VERSION_PATCH 5) #set(VERSION_SUFFIX rc3) if (VERSION_SUFFIX)