Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Dec 10, 2018
2 parents a5695d9 + b6d74f2 commit 5bb5ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
@@ -1,5 +1,7 @@
# CHANGES

## 3.0.6
* Fixed version tag
## 3.0.5
* Handles species names with spaces in it
* modified checks for species,assembly and checksum
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.0.5';
our $VERSION = '3.0.6';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 5bb5ef4

Please sign in to comment.