Skip to content

Commit

Permalink
versions and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 7, 2019
1 parent f98c8a0 commit 7eb5a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGES

## NEXT
## 3.5.0

* Loads vagrent cache into IntervalTree to speed up processing by:
* reducing redundant/random disk access
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FROM ubuntu:16.04

LABEL maintainer="[email protected]" \
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
Expand Down
2 changes: 1 addition & 1 deletion lib/Sanger/CGP/Vagrent.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.4.0';
our $VERSION = '3.5.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit 7eb5a48

Please sign in to comment.