Update EntityLib#getVersion

This commit is contained in:
xDec0de_ 2024-07-04 14:09:52 +02:00
parent 411bcc4ba8
commit 2f9159d438

View file

@ -46,6 +46,6 @@ public final class EntityLib {
} }
public static String getVersion() { public static String getVersion() {
return "2.1.2-SNAPSHOT"; return "2.3.1-SNAPSHOT";
} }
} }