Skip to content

Commit

Permalink
Prepare release 2.0.0-rc13
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jan 14, 2022
1 parent ba46694 commit f07117b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/github-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME="Mutserve"
VERSION="v2.0.0-rc12"
VERSION="v2.0.0-rc13"
GITHUB_USER="seppinho"
GITHUB_REPO="mutserve"
EXECUTABLE="mutserve"
Expand Down
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-rc12</version>
<version>v2.0.0-rc13</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-rc12";
public static final String VERSION = "v2.0.0-rc13";

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

Expand Down

1 comment on commit f07117b

@vercel
Copy link

@vercel vercel bot commented on f07117b Jan 14, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.