Skip to content

Commit ff1be4d

Browse files
committed
Prepare releave v1.2.0
1 parent 7c4b1f6 commit ff1be4d

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.1.3</version>
8+
<version>1.2.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>University of Michigan Imputation Server</name>

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

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

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

16-
public static final String VERSION = "1.1.3";
16+
public static final String VERSION = "1.2.0";
1717

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

0 commit comments

Comments
 (0)