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