Skip to content

Commit

Permalink
Versions for release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jul 31, 2019
1 parent e922e7d commit 4d50da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM ubuntu:16.04

LABEL maintainer="[email protected]" \
uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \
version="v3.2.2" \
version="v3.0.0" \
description="cgpPindel docker"

RUN apt-get -yq update
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Pindel.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.2.2';
our $VERSION = '3.3.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 4d50da3

Please sign in to comment.