From 5a4503461d49f88804e9a273230bbd3b5d802dd4 Mon Sep 17 00:00:00 2001 From: Extremelyd1 Date: Tue, 13 Dec 2022 20:26:44 +0100 Subject: [PATCH] Bump version number --- HKMP/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HKMP/Version.cs b/HKMP/Version.cs index 9cd8d00c..1d4b2656 100644 --- a/HKMP/Version.cs +++ b/HKMP/Version.cs @@ -6,6 +6,6 @@ internal static class Version { /// /// The version as a string. /// - public const string String = "2.2.2"; + public const string String = "2.2.3"; } }