From 481a121e1a80f751666a7ddbb0350a07370709f3 Mon Sep 17 00:00:00 2001 From: Extremelyd1 <10898310+Extremelyd1@users.noreply.github.com> Date: Sat, 7 Sep 2024 23:17:12 +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 072adb2..28c80d1 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 = "3.0.0-es"; + public const string String = "3.0.1-es"; }