Skip to content

Commit

Permalink
Prepare release 2.0.0-rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Nov 20, 2020
1 parent 33465b7 commit 34f32f0
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-rc9"
VERSION="v2.0.0-rc10"
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>2.0.0-rc9</version>
<version>2.0.0-rc10</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 @@ -22,7 +22,7 @@ public class App implements Runnable {

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

public static final String VERSION = "v2.0.0-rc9";
public static final String VERSION = "v2.0.0-rc10";

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

Expand Down

1 comment on commit 34f32f0

@vercel
Copy link

@vercel vercel bot commented on 34f32f0 Nov 20, 2020

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.