Skip to content

Commit 82a5dda

Browse files
authored
Merge pull request #78 from srlearn/bump-to-0.3.0
🔖 Bump versions to `0.3.0`
2 parents fd2e08f + b228e31 commit 82a5dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
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

Diff for: src/main/java/edu/wisc/cs/will/Boosting/Utils/CommandLineArguments.java

+1-1
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)