Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jan 29, 2016
1 parent 0f8bcd5 commit 53a3270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified docs.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion 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 = '1.11.0';
our $VERSION = '1.11.1';
our @EXPORT = qw($VERSION);

const my $LICENSE =>
Expand Down Expand Up @@ -73,6 +73,7 @@ const my %UPGRADE_PATH => ( '0.1.0' => 'biobambam,bwa,samtools',
'1.9.4' => 'biobambam',
'1.10.0' => 'biobambam',
'1.11.0' => 'biobambam',
'1.11.1' => 'biobambam',
);

sub license {
Expand Down

0 comments on commit 53a3270

Please sign in to comment.