diff --git a/ChaosMod/Info.h b/ChaosMod/Info.h index 584419b6b..522f1e5ae 100644 --- a/ChaosMod/Info.h +++ b/ChaosMod/Info.h @@ -1 +1,3 @@ -#define MOD_VERSION "2.0" +#pragma once + +#define MOD_VERSION "2.0.1" \ No newline at end of file diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index ef04546d3..b734044ef 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,6 +2,6 @@ { public static class Info { - public static string VERSION = "2.0"; + public static string VERSION = "2.0.1"; } }