Skip to content

Commit

Permalink
Beta 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Jan 28, 2018
1 parent a52b957 commit f2bc9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3G

version_major=0
version_minor=4
version_patch=5a
version_patch=6
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class ImmersiveRailroading
{
public static final String MODID = "immersiverailroading";
public static final String VERSION = "0.4.5a";
public static final String VERSION = "0.4.6";
public static final int ENTITY_SYNC_DISTANCE = 512;
public static final String ORE_RAIL_BED = "railBed";

Expand Down

0 comments on commit f2bc9c2

Please sign in to comment.