Skip to content

Commit

Permalink
Merge branch 'hotfix/1.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Mar 12, 2018
2 parents 6a2634e + 522494b commit f9b71a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 1.13.1

* Build with CaVEMan [1.13.1](https://github.com/cancerit/CaVEMan/releases/tag/1.13.1)

## 1.13.0

* Overlapping read support
Expand Down
2 changes: 1 addition & 1 deletion lib/Sanger/CGP/Caveman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ package Sanger::CGP::Caveman;
use strict;
use Const::Fast qw(const);

our $VERSION = '1.13.0';
our $VERSION = '1.13.1';

1;
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##########LICENCE##########

CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.13.0.tar.gz"
CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.13.1.tar.gz"

get_distro () {
if hash curl 2>/dev/null; then
Expand Down

0 comments on commit f9b71a8

Please sign in to comment.