Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultsamson committed Oct 5, 2016
1 parent e67e412 commit 0d627d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ca/afroman/util/VersionUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ public class VersionUtil
// Sub versions are backwards compatible with each other
public static final int SUB_VERSION = 0;

public static final byte DAY = 24;
public static final byte MONTH = 9;
public static final byte DAY = 5;
public static final byte MONTH = 10;
public static final short YEAR = 2016;

private static final byte[] YEAR_SPLIT = ByteUtil.shortAsBytes(YEAR);
Expand Down

0 comments on commit 0d627d2

Please sign in to comment.