Skip to content

Commit

Permalink
Merge pull request #78 from srlearn/bump-to-0.3.0
Browse files Browse the repository at this point in the history
🔖 Bump versions to `0.3.0`
  • Loading branch information
hayesall authored Jun 12, 2022
2 parents fd2e08f + b228e31 commit 82a5dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jacocoTestReport {
}

group = 'edu.wisc.cs.will'
version = '0.2.0'
version = '0.3.0'
description = 'SRLBoost'
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public CommandLineArguments() {
* 5. Define a usage string in getUsageString
*/

public static final String srlboost_version = "0.2.0";
public static final String srlboost_version = "0.3.0";

private static final String argPrefix = "-";
private static final String learn = "l";
Expand Down

0 comments on commit 82a5dda

Please sign in to comment.