From 95e625bd318c4fd98a530f5411113660ad38d761 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Thu, 15 Feb 2024 01:49:12 +0000 Subject: [PATCH] Bump version to 2.1.3 --- 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 308d22b0f..527b0f77d 100644 --- a/ChaosMod/Info.h +++ b/ChaosMod/Info.h @@ -1,3 +1,3 @@ #pragma once -#define MOD_VERSION "2.1.2" \ No newline at end of file +#define MOD_VERSION "2.1.3" \ No newline at end of file diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index 12c0897e8..26a16ab22 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,7 +2,7 @@ { public static class Info { - public const string VERSION = "2.1.2"; + public const string VERSION = "2.1.3"; public const string WORKSHOP_DEFAULT_URL = "https://chaos.gopong.dev"; }