Skip to content

Commit

Permalink
Merge tag '4.1.0' into dev
Browse files Browse the repository at this point in the history
Release with Docker files to build a container
  • Loading branch information
Raul Alcantara committed Sep 9, 2019
2 parents b28f85c + a574fed commit 41c4b5a
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

## v4.1.0

* Created Docker file and build scripts to generate a containeraized code

## v4.0.2

* Added checking of iterator error codes when calling sam_itr_next
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/AlleleCount.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package Sanger::CGP::AlleleCount;
use strict;

use base 'Exporter';
our $VERSION = '4.0.2';
our $VERSION = '4.1.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 41c4b5a

Please sign in to comment.