Skip to content

Commit

Permalink
updates versions and details
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 5, 2019
1 parent 5397d17 commit c61a01d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES

## 2.2.3

* Fix url for blatSrc35 following move

## 2.2.2

* Change tabix query call to query_full
Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/CgpRna.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use strict;
use Const::Fast qw(const);
use base 'Exporter';

our $VERSION = '2.2.2';
our $VERSION = '2.2.3';
our @EXPORT = qw($VERSION);

1;

0 comments on commit c61a01d

Please sign in to comment.