From e0c27e1f9e70c8783742c828d623b08e2d4b6fae Mon Sep 17 00:00:00 2001 From: Keiran Raine Date: Sat, 18 Mar 2017 09:14:40 +0000 Subject: [PATCH] Version bump --- perl/lib/Sanger/CGP/Pindel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/lib/Sanger/CGP/Pindel.pm b/perl/lib/Sanger/CGP/Pindel.pm index 5350299..4044800 100644 --- a/perl/lib/Sanger/CGP/Pindel.pm +++ b/perl/lib/Sanger/CGP/Pindel.pm @@ -26,7 +26,7 @@ use strict; use Const::Fast qw(const); use base 'Exporter'; -our $VERSION = '2.2.0'; +our $VERSION = '2.2.1'; our @EXPORT = qw($VERSION); 1;