Skip to content

Commit d2d4151

Browse files
committed
Merge branch 'hotfix/2.1.7'
2 parents 6a6396a + 5170e74 commit d2d4151

File tree

4 files changed

+195
-186
lines changed

4 files changed

+195
-186
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.1.6-2.1.7
2+
* Fixing issues with data exhibiting no fusions.
3+
14
### 2.1.5
25
* updating cpanm source url
36

perl/docs.tar.gz

-2.42 KB
Binary file not shown.

perl/lib/Sanger/CGP/CgpRna.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use strict;
3636
use Const::Fast qw(const);
3737
use base 'Exporter';
3838

39-
our $VERSION = '2.1.6';
39+
our $VERSION = '2.1.7';
4040
our @EXPORT = qw($VERSION);
4141

4242
1;

0 commit comments

Comments
 (0)