build: Bumped version to 1.13.0

This commit is contained in:
WerWolv 2022-01-09 22:01:12 +01:00
parent 6ada7885b1
commit 44a1bbf414
1 changed files with 1 additions and 1 deletions

View File

@ -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.12.1")
set(IMHEX_VERSION "1.13.0")
project(imhex VERSION ${IMHEX_VERSION})
set(CMAKE_CXX_STANDARD 20)