Skip to content

Commit

Permalink
bump to 3.0.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolasky committed May 1, 2024
1 parent 7b938d1 commit 10bff4d
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 @@ java {
targetCompatibility = JavaVersion.VERSION_1_9
}

version = '3.0.0-rc5'
version = '3.0.0-rc6'

application {
// Define the main class for the application
Expand Down
2 changes: 1 addition & 1 deletion src/edu/umich/andykong/ptmshepherd/PTMShepherd.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
public class PTMShepherd {

public static final String name = "PTM-Shepherd";
public static final String version = "3.0.0-rc5";
public static final String version = "3.0.0-rc6";

static HashMap<String,String> params;
static TreeMap<String,ArrayList<String []>> datasets;
Expand Down

0 comments on commit 10bff4d

Please sign in to comment.