Skip to content

Commit

Permalink
Merge branch 'hotfix/5.3.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
sb43 committed Jun 19, 2018
2 parents f3477ed + 84f3165 commit 96e6828
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGES

## v5.3.8
* Updated CHANAGES.md with corerct version

## v5.3.7
* corrected condition in vafcorrect for erroneous PASS flag setting

## v5.3.6
* Correct query_full to ensure `undef` return is caught.
* vaf output precison raised from two to four decimal places.
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Vaf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sanger::CGP::Vaf;
use strict;
use Const::Fast qw(const);

our $VERSION = '5.3.7';
our $VERSION = '5.3.8';

const my $LICENSE =>
"#################
Expand Down

0 comments on commit 96e6828

Please sign in to comment.