We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172307 commit 7e4f836Copy full SHA for 7e4f836
Assets/PatchKit Patcher/Scripts/Version.cs
@@ -5,7 +5,7 @@ public static class Version
5
public const int Major = 3;
6
public const int Minor = 17;
7
public const int Patch = 9;
8
- public const int Hotfix = 1;
+ public const int Hotfix = 2;
9
10
public static string Value
11
{
0 commit comments