From a0f97da3f3de38322a090a4f9fce017276d93a9b Mon Sep 17 00:00:00 2001 From: Extremelyd1 Date: Sun, 23 Apr 2023 13:53:39 +0200 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 fd0465f6..169bff57 100644 --- a/HKMP/Version.cs +++ b/HKMP/Version.cs @@ -7,5 +7,5 @@ internal static class Version { /// /// The version as a string. /// - public const string String = "2.2.4"; + public const string String = "2.3.0"; }