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 3c28016 commit 68064f3Copy full SHA for 68064f3
LabExtended/Core/ApiVersion.cs
@@ -20,7 +20,7 @@ public static class ApiVersion
20
/// <summary>
21
/// The build version part.
22
/// </summary>
23
- public const int Build = 3;
+ public const int Build = 4;
24
25
26
/// The patch version part.
@@ -41,7 +41,7 @@ public static class ApiVersion
41
42
/// Gets the loader's game version compatibility.
43
44
- public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 3));
+ public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 4));
45
46
47
/// Checks for server version compatibility.
0 commit comments