Skip to content

Commit 73b0a5a

Browse files
committed
Changed version constant from "8.0.0-alpha-2" to "8.0.0-alpha-3"
1 parent d6d8c7f commit 73b0a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/jgaap/JGAAPConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ private static String processPath(String path) {
9797
/**
9898
* Version Information
9999
*/
100-
public static final String VERSION = "8.0.0-alpha-2";
100+
public static final String VERSION = "8.0.0-alpha-3";
101101
public static final String YEAR = "2019";
102102
}

0 commit comments

Comments
 (0)