We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67746b2 commit 34e0316Copy full SHA for 34e0316
Constants.cs
@@ -17,7 +17,7 @@ public static class Constants
17
/// <summary>
18
/// Version of the HKMP Addon
19
/// </summary>
20
- public const string Version = "1.0.0"; // given to HKMP bump only when API is incompatible
+ public const string Version = "2.0.0"; // given to HKMP bump only when API is incompatible
21
22
23
/// Version of the Pipe
0 commit comments