From 25f38140424435111db4178eac8042a865375fdf Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Sun, 4 Aug 2024 13:04:17 +0200 Subject: [PATCH] v3.2.1 --- src/shared/util/GenericUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/util/GenericUtil.cpp b/src/shared/util/GenericUtil.cpp index aa47b694..f60214d8 100644 --- a/src/shared/util/GenericUtil.cpp +++ b/src/shared/util/GenericUtil.cpp @@ -8,7 +8,7 @@ std::string GenericUtil::GetModVersion () { - std::string version = "Chaos Mod v3.2.0"; + std::string version = "Chaos Mod v3.2.1"; #ifndef NDEBUG version.append ("-debug");