From 3fba8ba1745b5189b26f813ac0fbe3fe9a4f54e9 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Mon, 23 May 2016 21:56:09 +0200 Subject: [PATCH] Hotfix: Forgot to change version number here. --- src/main/java/refinedstorage/RefinedStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/refinedstorage/RefinedStorage.java b/src/main/java/refinedstorage/RefinedStorage.java index 9eddc00ab..959215e56 100755 --- a/src/main/java/refinedstorage/RefinedStorage.java +++ b/src/main/java/refinedstorage/RefinedStorage.java @@ -19,7 +19,7 @@ import refinedstorage.proxy.CommonProxy; @Mod(modid = RefinedStorage.ID, version = RefinedStorage.VERSION) public final class RefinedStorage { public static final String ID = "refinedstorage"; - public static final String VERSION = "0.6.11"; + public static final String VERSION = "0.7"; public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);