diff --git a/ChaosMod/Info.h b/ChaosMod/Info.h index de2be0a09..308d22b0f 100644 --- a/ChaosMod/Info.h +++ b/ChaosMod/Info.h @@ -1,3 +1,3 @@ #pragma once -#define MOD_VERSION "2.1.1" \ No newline at end of file +#define MOD_VERSION "2.1.2" \ No newline at end of file diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index 3b127b200..12c0897e8 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,7 +2,7 @@ { public static class Info { - public const string VERSION = "2.1.1"; + public const string VERSION = "2.1.2"; public const string WORKSHOP_DEFAULT_URL = "https://chaos.gopong.dev"; }