We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.3.0
1 parent 017a501 commit b228e31Copy full SHA for b228e31
βbuild.gradleβ
@@ -30,7 +30,7 @@ jacocoTestReport {
30
}
31
32
group = 'edu.wisc.cs.will'
33
-version = '0.2.0'
+version = '0.3.0'
34
description = 'SRLBoost'
35
java.sourceCompatibility = JavaVersion.VERSION_1_8
36
βsrc/main/java/edu/wisc/cs/will/Boosting/Utils/CommandLineArguments.javaβ
@@ -23,7 +23,7 @@ public CommandLineArguments() {
23
* 5. Define a usage string in getUsageString
24
*/
25
26
- public static final String srlboost_version = "0.2.0";
+ public static final String srlboost_version = "0.3.0";
27
28
private static final String argPrefix = "-";
29
private static final String learn = "l";
0 commit comments