diff --git a/main.cs b/main.cs index 53be1771e3..8bc715b9fc 100644 --- a/main.cs +++ b/main.cs @@ -39,13 +39,13 @@ public class Main : BasePlugin public static ConfigEntry DebugKeyInput { get; private set; } public const string PluginGuid = "com.0xdrmoe.townofhostenhanced"; - public const string PluginVersion = "2024.0330.160.0600"; // YEAR.MMDD.VERSION.CANARYDEV - public const string PluginDisplayVersion = "1.6.0 Canary 6"; + public const string PluginVersion = "2024.0406.160.9999"; // YEAR.MMDD.VERSION.CANARYDEV + public const string PluginDisplayVersion = "1.6.0"; public static readonly string SupportedVersionAU = "2024.3.5"; /******************* Change one of the three variables to true before making a release. *******************/ - public static readonly bool Canary = true; // ACTIVE - Latest: V1.6.0 Canary 5 - public static readonly bool fullRelease = false; // INACTIVE - Latest: V1.5.2 + public static readonly bool Canary = false; // ACTIVE - Latest: V1.6.0 Canary 6 + public static readonly bool fullRelease = true; // INACTIVE - Latest: V1.6.0 public static readonly bool devRelease = false; // INACTIVE - Latest: V1.6.0 Dev 7 public static bool hasAccess = true;