Skip to content

Commit 04680f8

Browse files
committed
version bump
1 parent 73768d5 commit 04680f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PolyTechMain.cs

+1-1
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.8.3";
26+
PluginVersion = "0.9.0";
2727
private static BindingList<PolyTechMod>
2828
noncheatMods = new BindingList<PolyTechMod> { },
2929
cheatMods = new BindingList<PolyTechMod> { };

0 commit comments

Comments
 (0)