Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Aug 13, 2016
1 parent 9bb9122 commit a34cfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/data/changelog/432.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Use export "format" 3 for MC 1.11+
2 changes: 1 addition & 1 deletion src/net/mightypork/rpw/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class Const
{
public static final int VERSION_SERIAL = 431;
public static final int VERSION_SERIAL = 432;

public static final String VERSION = VersionUtils.getVersionString(VERSION_SERIAL);
//public static final int VERSION_MAJOR = VersionUtils.getVersionMajor(VERSION_SERIAL);
Expand Down

0 comments on commit a34cfbc

Please sign in to comment.