Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot to check this one in
  • Loading branch information
chenson42 committed Feb 1, 2018
1 parent d76ff4e commit aaa7e3d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ final public class Version {
public static final int[] VERSION_3_7_0 = new int[] {3,7,0};
public static final int[] VERSION_3_8_0 = new int[] {3,8,0};
public static final int[] VERSION_3_8_18 = new int[] {3,8,18};
public static final int[] VERSION_3_9_0 = new int[] {3,9,0};

private static AbstractVersion version = new AbstractVersion() {
@Override
Expand Down

0 comments on commit aaa7e3d

Please sign in to comment.