aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorÄkwav <ekwav@coflnet.com>2023-10-31 19:23:49 +0100
committerÄkwav <ekwav@coflnet.com>2023-10-31 19:23:49 +0100
commitd95e58b220303b23c615e6ce3b359af55e11ae5d (patch)
tree295e6140a3237bdbfcbaf81288e126714de6025c /src/main
parent520f960cd6f17c1eb6f3d4c29ca2aeaaf31c2d9c (diff)
downloadCOFL-d95e58b220303b23c615e6ce3b359af55e11ae5d.tar.gz
COFL-d95e58b220303b23c615e6ce3b359af55e11ae5d.tar.bz2
COFL-d95e58b220303b23c615e6ce3b359af55e11ae5d.zip
update version for 1.5.4-alpha
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/de/torui/coflsky/CoflSky.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/torui/coflsky/CoflSky.java b/src/main/java/de/torui/coflsky/CoflSky.java
index 8389676..2e3aaf4 100644
--- a/src/main/java/de/torui/coflsky/CoflSky.java
+++ b/src/main/java/de/torui/coflsky/CoflSky.java
@@ -29,7 +29,7 @@ import net.minecraftforge.fml.relauncher.Side;
@Mod(modid = CoflSky.MODID, version = CoflSky.VERSION)
public class CoflSky {
public static final String MODID = "CoflSky";
- public static final String VERSION = "1.5.2-Alpha";
+ public static final String VERSION = "1.5.4-Alpha";
public static WSClientWrapper Wrapper;
public static KeyBinding[] keyBindings;