Skip to content

Commit 7e4f836

Browse files
authored
Update Version.cs
1 parent 0172307 commit 7e4f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class Version
55
public const int Major = 3;
66
public const int Minor = 17;
77
public const int Patch = 9;
8-
public const int Hotfix = 1;
8+
public const int Hotfix = 2;
99

1010
public static string Value
1111
{

0 commit comments

Comments
 (0)