Skip to content

Commit

Permalink
Merge pull request #41 from srlearn/bump-v0.2.0
Browse files Browse the repository at this point in the history
🔖 Bump version number to tag at `0.2.0`
  • Loading branch information
hayesall authored Jun 6, 2022
2 parents d83f1f1 + a2cfeff commit 19f92a2
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 @@ -29,7 +29,7 @@ jacocoTestReport {
}

group = 'edu.wisc.cs.will'
version = '0.1.1'
version = '0.2.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.1.1";
public static final String srlboost_version = "0.2.0";

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

0 comments on commit 19f92a2

Please sign in to comment.