From ef3182878565333eb3fc922041e67c0d0697d292 Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Wed, 7 Aug 2024 13:36:40 +0200 Subject: [PATCH] v3.2.4 --- 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 1f78cd11..c5a765ee 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.3"; + std::string version = "Chaos Mod v3.2.4"; #ifndef NDEBUG version.append ("-debug");