Skip to content

Commit 68064f3

Browse files
committed
Bumped supported game version & library version
1 parent 3c28016 commit 68064f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LabExtended/Core/ApiVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class ApiVersion
2020
/// <summary>
2121
/// The build version part.
2222
/// </summary>
23-
public const int Build = 3;
23+
public const int Build = 4;
2424

2525
/// <summary>
2626
/// The patch version part.
@@ -41,7 +41,7 @@ public static class ApiVersion
4141
/// <summary>
4242
/// Gets the loader's game version compatibility.
4343
/// </summary>
44-
public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 3));
44+
public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 4));
4545

4646
/// <summary>
4747
/// Checks for server version compatibility.

0 commit comments

Comments
 (0)