Skip to content

Commit

Permalink
Bump to 3.0.1-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Dec 16, 2024
1 parent ba15d0f commit e6f1b43
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-rc2'
version = '3.0.1-rc3'

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-rc2";
public static final String version = "3.0.1-rc3";

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

0 comments on commit e6f1b43

Please sign in to comment.