From 1b2bdc6caa731e3938495701722261abe5df5527 Mon Sep 17 00:00:00 2001 From: craftablescience Date: Tue, 29 Oct 2024 22:59:47 -0400 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36fc8415..e3c4aeec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR) # Create project project(vpkedit DESCRIPTION "A CLI/GUI tool to create, read, and write several pack file formats." - VERSION "4.3.1" + VERSION "4.3.2" HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON)