diff --git a/CHANGES.md b/CHANGES.md index 32b7d0d..3936d5b 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +## 2.2.3 + +* Fix url for blatSrc35 following move + ## 2.2.2 * Change tabix query call to query_full diff --git a/perl/lib/Sanger/CGP/CgpRna.pm b/perl/lib/Sanger/CGP/CgpRna.pm index 765f607..dfcb5c9 100755 --- a/perl/lib/Sanger/CGP/CgpRna.pm +++ b/perl/lib/Sanger/CGP/CgpRna.pm @@ -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;