Skip to content

Commit

Permalink
Changed version constant from "7.0.0-alpha" to "7.0.0-alpha-2"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Oct 13, 2018
1 parent 2738aeb commit 2a7cafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/jgaap/JGAAPConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ private static String processPath(String path) {
/**
* Version Information
*/
public static final String VERSION = "7.0.0-alpha";
public static final String VERSION = "7.0.0-alpha-2";
public static final String YEAR = "2018";
}

0 comments on commit 2a7cafc

Please sign in to comment.