We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73768d5 commit 04680f8Copy full SHA for 04680f8
PolyTechMain.cs
@@ -23,7 +23,7 @@ public class PolyTechMain : PolyTechMod
23
public new const string
24
PluginGuid = "polytech.polytechframework",
25
PluginName = "PolyTech Framework",
26
- PluginVersion = "0.8.3";
+ PluginVersion = "0.9.0";
27
private static BindingList<PolyTechMod>
28
noncheatMods = new BindingList<PolyTechMod> { },
29
cheatMods = new BindingList<PolyTechMod> { };
0 commit comments