Skip to content

Commit 9c5ee16

Browse files
committed
Prepare release 1.1.0
1 parent c5fe184 commit 9c5ee16

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

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

src/main/java/genepi/imputationserver/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Main extends Toolbox {
88

99
public static String APP = "imputationserver-utils";
1010

11-
public static String VERSION = "1.0.1";
11+
public static String VERSION = "1.1.0";
1212

1313
public Main(String command, String[] args) {
1414
super(command, args);

0 commit comments

Comments
 (0)