diff --git a/CHANGES.md b/CHANGES.md index 2d3550d..374e0dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # CHANGES -## NEXT +## 3.5.0 * Loads vagrent cache into IntervalTree to speed up processing by: * reducing redundant/random disk access diff --git a/Dockerfile b/Dockerfile index 49d3142..9661a31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ FROM ubuntu:16.04 LABEL maintainer="cgphelp@sanger.ac.uk" \ uk.ac.sanger.cgp="Cancer, Ageing and Somatic Mutation, Wellcome Trust Sanger Institute" \ - version="3.4.0" \ + version="3.5.0" \ description="VAGrENT genome annotation docker" RUN apt-get -yq update diff --git a/lib/Sanger/CGP/Vagrent.pm b/lib/Sanger/CGP/Vagrent.pm index 1691f7d..b52c619 100644 --- a/lib/Sanger/CGP/Vagrent.pm +++ b/lib/Sanger/CGP/Vagrent.pm @@ -26,7 +26,7 @@ use strict; use Const::Fast qw(const); use base 'Exporter'; -our $VERSION = '3.4.0'; +our $VERSION = '3.5.0'; our @EXPORT = qw($VERSION); 1;