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 7bcdff7 commit 3dbfb3eCopy full SHA for 3dbfb3e
1 file changed
main.cs
@@ -61,6 +61,7 @@ public class Main : BasePlugin
61
public const string PluginDisplayVersion = "2.4.2 Beta 6";
62
public static readonly List<(int year, int month, int day, int revision)> SupportedVersionAU =
63
[
64
+ (2025, 11, 18, 0), // 2025.11.18 & 17.1
65
(2026, 2, 24, 0) // 2025.2.24 & 17.2.1
66
];
67
0 commit comments