From 43c390e6689c585f49f1ac2b15af81ba74178e56 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Mon, 12 Feb 2024 21:46:52 +0000 Subject: [PATCH] Bump version to 2.1.2 --- ChaosMod/Info.h | 2 +- ConfigApp/Info.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; }