diff --git a/build.gradle b/build.gradle
index 86c394ca4a53d67db0c88290e02c083cf3a05edc..f19527f4ded61adfa68c64146317266c1c5d7f80 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ else
     println "!! No build number set !!"
 }
 
-version = "1.7.10-0.2.1-B1" + "-" + project.buildnumber
+version = "1.7.10-0.2.1-B3" + "-" + project.buildnumber
 group= "com.advancedmods.amcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
 archivesBaseName = "AMCore"
 
diff --git a/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java b/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java
index ea5e91177e83a9bba85414dd1555b2d1360a3bc1..68ea85781bd799a312de27b8cac6b7b7fc64b8ec 100644
--- a/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java
+++ b/src/main/java/com/advancedmods/amcore/core/AMCoreProps.java
@@ -14,7 +14,7 @@ public class AMCoreProps {
     public static final String REQUIRED_FORGE_BASE = "10.13.2.1240";
     public static final String FORGE_VERSION = "[" + REQUIRED_FORGE_BASE + "]";
     public static final String VERSION_BASE = "R0.2.1";
-    public static final String VERSION_IDENTIFIER = "B1";
+    public static final String VERSION_IDENTIFIER = "B3";
     public static final String VERSION_COMPLETE = MC_VERSION + VERSION_BASE + VERSION_IDENTIFIER;
 
     // General Mod Stuff