Skip to content

Commit

Permalink
Prepare release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 18, 2024
1 parent ace1b08 commit 1c9b530
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.5.1</version>
<version>1.5.2</version>
<packaging>jar</packaging>

<name>Imputationserver Utils</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.5.1";
public static final String VERSION = "1.5.2";

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

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

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

Expand Down

0 comments on commit 1c9b530

Please sign in to comment.