From 139d734fbabfcce33ecec5522c9319be0064adfe Mon Sep 17 00:00:00 2001 From: Extremelyd1 Date: Sun, 8 Oct 2023 09:50:04 +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 5b5dda4..3b2d4b6 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.4.0"; + public const string String = "2.4.1"; }