File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/genepi/imputationserver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >genepi</groupId >
77 <artifactId >imputationserver-utils</artifactId >
8- <version >1.4.2 </version >
8+ <version >1.4.3 </version >
99 <packaging >jar</packaging >
1010
1111 <name >University of Michigan Imputation Server</name >
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ public class App {
1212
1313 public static final String APP = "imputationserver-utils" ;
1414
15- public static final String VERSION = "1.4.2 " ;
15+ public static final String VERSION = "1.4.3 " ;
1616
1717 public static final String URL = "https://github.com/genepi/imputationserver-utils" ;
1818
19- public static final String COPYRIGHT = "(c) 2023 Lukas Forer and Sebastian Schönherr" ;
19+ public static final String COPYRIGHT = "(c) 2023-2024 Lukas Forer and Sebastian Schönherr" ;
2020
2121 public static String [] ARGS = new String [0 ];
2222
You can’t perform that action at this time.
0 commit comments