Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-XL committed Apr 5, 2024
1 parent 8e75178 commit 2178507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ public class Main : BasePlugin
public static ConfigEntry<string> 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;
Expand Down

0 comments on commit 2178507

Please sign in to comment.