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");