From 673aa039aaf201be20940663724337f296d65e03 Mon Sep 17 00:00:00 2001 From: Torsten Seemann Date: Thu, 25 Feb 2016 14:54:18 +1100 Subject: [PATCH] Prepare for release 3.0 --- bin/snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snippy b/bin/snippy index 23c5e55..0ff9734 100755 --- a/bin/snippy +++ b/bin/snippy @@ -16,7 +16,7 @@ use Bio::Tools::GFF; my $EXE = $FindBin::RealScript; my $BINDIR = $FindBin::RealBin; -my $VERSION = "2.10"; +my $VERSION = "3.0"; my $SYNOPSIS = "fast bacterial variant calling from NGS reads"; my $AUTHOR = 'Torsten Seemann '; my $URL = 'https://github.com/tseemann/snippy';