Skip to content

Commit

Permalink
bumped up minor version due to introduction of new feature #72
Browse files Browse the repository at this point in the history
  • Loading branch information
subhash-striim committed Aug 27, 2018
1 parent 905a638 commit e367906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author subwiz
*/
public final class Versions {
public static final String CURRENT = "3.6.2";
public static final String CURRENT = "3.7.0";

private static final Version MIN = new VersionImpl("3.0");
private static final Version MAX = new VersionImpl(CURRENT);
Expand Down

0 comments on commit e367906

Please sign in to comment.