Skip to content

Commit

Permalink
Update Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultsamson committed Sep 24, 2016
1 parent db9ef8a commit 91b22ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/afroman/util/VersionUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class VersionUtil
// Sub versions are backwards compatible with each other
public static final int SUB_VERSION = 0;

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

Expand Down

0 comments on commit 91b22ae

Please sign in to comment.