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 1618c1c commit 628fad4Copy full SHA for 628fad4
1 file changed
main.cs
@@ -57,8 +57,8 @@ public class Main : BasePlugin
57
58
public const string PluginGuid = "com.0xdrmoe.townofhostenhanced";
59
public const string PluginGuid4 = "90759289-1d0d-494b-b36c-839f93ae0df1"; // for matchmaking token
60
- public const string PluginVersion = "2026.0220.242.08100"; // YEAR.MMDD.VERSION.CANARYDEV
61
- public const string PluginDisplayVersion = "2.4.2 Beta 8";
+ public const string PluginVersion = "2026.0220.242.09000"; // YEAR.MMDD.VERSION.CANARYDEV
+ public const string PluginDisplayVersion = "2.4.2 Beta 9";
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
0 commit comments