Skip to content

Commit

Permalink
Merge branch 'hotfix/2.1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Oct 10, 2017
2 parents d2d4151 + 037464a commit 313e37a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 69 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.8
* Fix issues with empty output from tophatpost when running tophat_filter

### 2.1.6-2.1.7
* Fixing issues with data exhibiting no fusions.

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/CgpRna.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '2.1.7';
our $VERSION = '2.1.8';
our @EXPORT = qw($VERSION);

1;
Loading

0 comments on commit 313e37a

Please sign in to comment.