Skip to content

Commit

Permalink
Version bump for RB
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Jun 29, 2017
1 parent 9e413de commit 16bfd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/minecraftforge/common/ForgeVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ForgeVersion
//This number is incremented every minecraft release, never reset
public static final int minorVersion = 21;
//This number is incremented every time a interface changes or new major feature is added, and reset every Minecraft version
public static final int revisionVersion = 0;
public static final int revisionVersion = 1;
//This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code.
public static final int buildVersion = 0;
// This is the minecraft version we're building for - used in various places in Forge/FML code
Expand Down

0 comments on commit 16bfd8c

Please sign in to comment.