Change version as this is not a patch release, but a minor one

This commit is contained in:
Raoul Van den Berge
2016-03-20 22:34:12 +01:00
parent b5ccd927c3
commit 5ae296ec59
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy;
public final class RefinedStorage
{
public static final String ID = "refinedstorage";
public static final String VERSION = "0.3.1";
public static final String VERSION = "0.4";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);