Skip to content

Commit

Permalink
Bumpt the version
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere committed Mar 5, 2024
1 parent 355c7e2 commit 03885fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Managed/ENet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ public static class Library {
public const uint timeoutLimit = 32;
public const uint timeoutMinimum = 5000;
public const uint timeoutMaximum = 30000;
public const uint version = (2 << 16) | (5 << 8) | (0);
public const uint version = (2 << 16) | (5 << 8) | (1);

public static uint Time {
get {
Expand Down

0 comments on commit 03885fa

Please sign in to comment.