Skip to content

Commit 5bb5ef4

Browse files
committed
Merge branch 'hotfix/v3.0.6'
2 parents a5695d9 + b6d74f2 commit 5bb5ef4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGES
22

3+
## 3.0.6
4+
* Fixed version tag
35
## 3.0.5
46
* Handles species names with spaces in it
57
* modified checks for species,assembly and checksum

perl/lib/Sanger/CGP/Pindel.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use strict;
2626
use Const::Fast qw(const);
2727

2828
use base 'Exporter';
29-
our $VERSION = '3.0.5';
29+
our $VERSION = '3.0.6';
3030
our @EXPORT = qw($VERSION);
3131

3232
1;

0 commit comments

Comments
 (0)