Skip to content

Commit

Permalink
Prepare release v2.0.0-rc15
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Sep 9, 2022
1 parent b25589e commit 8095c14
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-rc14</version>
<version>v2.0.0-rc15</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 @@ -23,7 +23,7 @@ public class App implements Runnable {

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

public static final String VERSION = "v2.0.0-rc14";
public static final String VERSION = "v2.0.0-rc15";

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

Expand Down

1 comment on commit 8095c14

@vercel
Copy link

@vercel vercel bot commented on 8095c14 Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mutserve – ./

mutserve-seppinho.vercel.app
mutserve-git-master-seppinho.vercel.app
mutserve.vercel.app

Please sign in to comment.