Skip to content

Commit 1b2bdc6

Browse files
chore: bump version
1 parent 53aaf86 commit 1b2bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
33
# Create project
44
project(vpkedit
55
DESCRIPTION "A CLI/GUI tool to create, read, and write several pack file formats."
6-
VERSION "4.3.1"
6+
VERSION "4.3.2"
77
HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit")
88
set(CMAKE_CXX_STANDARD 20)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)