Skip to content

Commit

Permalink
Merge branch 'hotfix/1.13.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-beal committed Oct 10, 2018
2 parents 2d0c35d + 0cdb414 commit 4a82f60
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.4

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

## 1.13.3

* Build with CaVEMan [1.13.2](https://github.com/cancerit/CaVEMan/releases/tag/1.13.2)
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.3';
our $VERSION = '1.13.4';

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.2.tar.gz"
CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.13.8.tar.gz"

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

0 comments on commit 4a82f60

Please sign in to comment.