Skip to content

Commit aeb1f0d

Browse files
committed
ver
1 parent 9385855 commit aeb1f0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ public class Main : BasePlugin
5757

5858
public const string PluginGuid = "com.0xdrmoe.townofhostenhanced";
5959
public const string PluginGuid4 = "90759289-1d0d-494b-b36c-839f93ae0df1"; // for matchmaking token
60-
public const string PluginVersion = "2026.0213.300.00028"; // YEAR.MMDD.VERSION.CANARYDEV
61-
public const string PluginDisplayVersion = "3.0.0 Alpha 28";
60+
public const string PluginVersion = "2026.0213.242.00400"; // YEAR.MMDD.VERSION.CANARYDEV
61+
public const string PluginDisplayVersion = "2.4.2 Beta 4";
6262
public static readonly List<(int year, int month, int day, int revision)> SupportedVersionAU =
6363
[
6464
(2025, 11, 18, 0) // 2025.11.18 & 17.1
6565
];
6666

6767
// Change this to change alpha/beta/full release
68-
public static readonly Release RELEASE = Release.ALPHA;
68+
public static readonly Release RELEASE = Release.BETA;
6969

7070
#pragma warning disable IDE1006 // Naming Styles
7171
public static bool devRelease => RELEASE == Release.ALPHA; // Latest: v3.0.0 Alpha 28
72-
public static bool canaryRelease => RELEASE == Release.BETA; // Latest: V2.4.2 Beta 3
72+
public static bool canaryRelease => RELEASE == Release.BETA; // Latest: V2.4.2 Beta 4
7373
public static bool fullRelease => RELEASE == Release.RELEASE; // Latest: V2.4.1 hotfix 1
7474
#pragma warning restore IDE1006 // Naming Styles
7575

0 commit comments

Comments
 (0)