Skip to content

Commit

Permalink
Prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed May 31, 2024
1 parent c6b8ead commit bfe0e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>genepi</groupId>
<artifactId>mutserve</artifactId>
<version>v2.0.0</version>
<version>v2.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/mut/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class App implements Runnable {

public static final String APP = "mtDNA Variant Detection";

public static final String VERSION = "v2.0.0";
public static final String VERSION = "v2.0.1";

public static final String COPYRIGHT = "(c) Sebastian Schoenherr, Hansi Weissensteiner, Lukas Forer";

Expand Down

0 comments on commit bfe0e3e

Please sign in to comment.