Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jones committed Oct 28, 2015
2 parents c4e36bb + 9114375 commit df6dbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.3';
our $VERSION = '1.7.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.7.0.tar.gz"
CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.7.1.tar.gz"

done_message () {
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit df6dbc1

Please sign in to comment.