Skip to content

Commit

Permalink
Version and details in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Feb 21, 2019
1 parent e349128 commit 6eacd04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 3.1.1

* Fix regression - ability to cope with chromosomes with no events.

## 3.1.0

* Incorporates updated pindel which improves sensitivity
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.1.0';
our $VERSION = '3.1.1';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 6eacd04

Please sign in to comment.