Skip to content

Commit ac3d373

Browse files
committed
Prepare release 1.5.0
1 parent 971114d commit ac3d373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>genepi</groupId>
77
<artifactId>imputationserver-utils</artifactId>
8-
<version>1.4.5</version>
8+
<version>1.5.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Imputationserver Utils</name>

src/main/java/genepi/imputationserver/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class App {
1212

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

15-
public static final String VERSION = "1.4.5";
15+
public static final String VERSION = "1.5.0";
1616

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

0 commit comments

Comments
 (0)