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 fb292bc commit 0e67816Copy full SHA for 0e67816
main.cs
@@ -42,7 +42,7 @@ public class Main : BasePlugin
42
public static ConfigEntry<string> DebugKeyInput { get; private set; }
43
44
public const string PluginGuid = "com.0xdrmoe.townofhostenhanced";
45
- public const string PluginVersion = "2024.1027.210.9999"; // YEAR.MMDD.VERSION.CANARYDEV
+ public const string PluginVersion = "2024.1102.210.9999"; // YEAR.MMDD.VERSION.CANARYDEV
46
public const string PluginDisplayVersion = "2.1.0";
47
public const string SupportedVersionAU = "2024.8.13"; // Also 2024.9.4 and 2024.10.29
48
0 commit comments