From f5440ee52cb4f7d98e0a8fc074ab36bb8310e237 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 15 Feb 2022 13:57:57 +0100 Subject: [PATCH] build: Bumped version to 1.15.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 829922ff1e045..59087df614cf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) # Updating the version here will update it throughout ImHex as well -set(IMHEX_VERSION "1.14.0") +set(IMHEX_VERSION "1.15.0") project(imhex VERSION ${IMHEX_VERSION}) set(CMAKE_CXX_STANDARD 20)