Skip to content

Commit

Permalink
Changed version constant from "7.0.0-alpha-3" to "8.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Oct 27, 2018
1 parent ea2fbe0 commit 069648c
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-3";
public static final String VERSION = "8.0.0-alpha";
public static final String YEAR = "2018";
}

0 comments on commit 069648c

Please sign in to comment.