From c71577b7bf4e8eba8aaa12b0becc46c1e5badeb4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 28 Nov 2021 14:22:18 +0100 Subject: [PATCH] build: Bump version to 1.11.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cee20652..e0f9258f5 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.10.1") +set(IMHEX_VERSION "1.11.0") project(imhex VERSION ${IMHEX_VERSION}) set(CMAKE_CXX_STANDARD 20)