Skip to content

Commit b228e31

Browse files
committed
πŸ”– Bump versions to 0.3.0
1 parent 017a501 commit b228e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jacocoTestReport {
3030
}
3131

3232
group = 'edu.wisc.cs.will'
33-
version = '0.2.0'
33+
version = '0.3.0'
3434
description = 'SRLBoost'
3535
java.sourceCompatibility = JavaVersion.VERSION_1_8
3636

β€Žsrc/main/java/edu/wisc/cs/will/Boosting/Utils/CommandLineArguments.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public CommandLineArguments() {
2323
* 5. Define a usage string in getUsageString
2424
*/
2525

26-
public static final String srlboost_version = "0.2.0";
26+
public static final String srlboost_version = "0.3.0";
2727

2828
private static final String argPrefix = "-";
2929
private static final String learn = "l";

0 commit comments

Comments
Β (0)