Skip to content

Commit

Permalink
Prepare Release
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 2, 2018
1 parent 2230f4f commit c33a06e
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>genepi</groupId>
<artifactId>mutation-server</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/mut/pileup/PileupToolLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class PileupToolLocal extends Tool {

String version = "v1.1.4";
String version = "v1.1.5";

public PileupToolLocal(String[] args) {
super(args);
Expand Down

0 comments on commit c33a06e

Please sign in to comment.