diff options
author | Florian Rinke <develop@torui.de> | 2021-10-02 08:48:29 +0200 |
---|---|---|
committer | Florian Rinke <develop@torui.de> | 2021-10-02 08:48:29 +0200 |
commit | d90d562d1b02ed042b7adf92ce56fe1f5a8592ac (patch) | |
tree | 1f9ea0cdf95e91daea43aca08a8b5ce1059cd9db /src/main/java/de/torui/coflsky/CoflSky.java | |
parent | a987bad22130c1bc76ba4703b24bb32d6e9769db (diff) | |
download | COFL-d90d562d1b02ed042b7adf92ce56fe1f5a8592ac.tar.gz COFL-d90d562d1b02ed042b7adf92ce56fe1f5a8592ac.tar.bz2 COFL-d90d562d1b02ed042b7adf92ce56fe1f5a8592ac.zip |
Update Version
Diffstat (limited to 'src/main/java/de/torui/coflsky/CoflSky.java')
-rw-r--r-- | src/main/java/de/torui/coflsky/CoflSky.java | 2 |
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 fece43d..0fb0927 100644 --- a/src/main/java/de/torui/coflsky/CoflSky.java +++ b/src/main/java/de/torui/coflsky/CoflSky.java @@ -39,7 +39,7 @@ import net.minecraftforge.fml.relauncher.Side; public class CoflSky { public static final String MODID = "CoflSky"; - public static final String VERSION = "1.0"; + public static final String VERSION = "1.1-Alpha"; public static WSClientWrapper Wrapper; @EventHandler |