Skip to content

Commit

Permalink
Prepare release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Jul 30, 2024
1 parent 6d31cdb commit 4ea20ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>genepi</groupId>
<artifactId>imputationserver-utils</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>
<packaging>jar</packaging>

<name>University of Michigan Imputation Server</name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/genepi/imputationserver/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public class App {

public static final String APP = "imputationserver-utils";

public static final String VERSION = "1.4.2";
public static final String VERSION = "1.4.3";

public static final String URL = "https://github.com/genepi/imputationserver-utils";

public static final String COPYRIGHT = "(c) 2023 Lukas Forer and Sebastian Schönherr";
public static final String COPYRIGHT = "(c) 2023-2024 Lukas Forer and Sebastian Schönherr";

public static String[] ARGS = new String[0];

Expand Down

0 comments on commit 4ea20ab

Please sign in to comment.