We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd2e08f + b228e31 commit 82a5ddaCopy full SHA for 82a5dda
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