From abd3010f8c70c9b3d06dc5d5384b9b0ffdeeb547 Mon Sep 17 00:00:00 2001 From: Extremelyd1 Date: Fri, 30 Sep 2022 23:17:37 +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 f044a080..83c593ac 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.1.0"; + public const string String = "2.2.0"; } }