From 69973af1ed267db0f325aa51bf813fef5c369410 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 4 Dec 2021 23:17:14 +0100 Subject: [PATCH] build: Bumped version to 1.11.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cf918ed9..2c1b363db 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.11.1") +set(IMHEX_VERSION "1.11.2") project(imhex VERSION ${IMHEX_VERSION}) set(CMAKE_CXX_STANDARD 20)