Skip to content

Commit

Permalink
bump to 3.0.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolasky committed Sep 25, 2024
1 parent 772f7ee commit 39e53dc
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.1-rc1'
version = '3.0.1-rc2'

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 @@ -71,7 +71,7 @@
public class PTMShepherd {

public static final String name = "PTM-Shepherd";
public static final String version = "3.0.1-rc1";
public static final String version = "3.0.1-rc2";

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

0 comments on commit 39e53dc

Please sign in to comment.