From 0717d4a1b44b33c89b52586753f879abea04166f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 24 May 2021 19:09:53 +0200 Subject: [PATCH] build: Bump version to 1.8.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ac6466e..629c97b48 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.8.0") +set(IMHEX_VERSION "1.8.1") project(imhex VERSION ${IMHEX_VERSION}) set(CMAKE_CXX_STANDARD 20)