Skip to content

Commit 9fd398f

Browse files
committed
version bump
1 parent 8547858 commit 9fd398f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PolyTechMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class PolyTechMain : PolyTechMod
2323
public new const string
2424
PluginGuid = "polytech.polytechframework",
2525
PluginName = "PolyTech Framework",
26-
PluginVersion = "0.9.0";
26+
PluginVersion = "0.9.1";
2727
private static BindingList<PolyTechMod>
2828
noncheatMods = new BindingList<PolyTechMod> { },
2929
cheatMods = new BindingList<PolyTechMod> { };

0 commit comments

Comments
 (0)