Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 31, 2016
1 parent 0e7bbe0 commit b855966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified docs.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions lib/PCAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down Expand Up @@ -69,7 +69,8 @@ const my %UPGRADE_PATH => ( # all earlier versions need full upgrade
'1.13.1' => 'biobambam,samtools',
'1.13.2' => 'biobambam,samtools',
'1.14.0' => 'biobambam,samtools',
'2.0.0' => 'biobambam,samtools',
'2.0.0' => 'biobambam',
'2.0.1' => '',
);

sub license {
Expand Down

0 comments on commit b855966

Please sign in to comment.