Skip to content

Commit

Permalink
Prepare release v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Sep 25, 2020
1 parent 51da901 commit 721d275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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="Haplogrep"
VERSION="v2.2.7"
VERSION="v2.2.8"
GITHUB_USER="seppinho"
GITHUB_REPO="haplogrep-cmd"
EXECUTABLE="haplogrep"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/genepi/haplogrep/main/Haplogrep.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class Haplogrep extends Tool {

public static String VERSION = "v2.2.7";
public static String VERSION = "v2.2.8";

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

1 comment on commit 721d275

@vercel
Copy link

@vercel vercel bot commented on 721d275 Sep 25, 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.