We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5397d17 commit c61a01dCopy full SHA for c61a01d
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES
2
3
+## 2.2.3
4
+
5
+* Fix url for blatSrc35 following move
6
7
## 2.2.2
8
9
* Change tabix query call to query_full
perl/lib/Sanger/CGP/CgpRna.pm
@@ -36,7 +36,7 @@ use strict;
36
use Const::Fast qw(const);
37
use base 'Exporter';
38
39
-our $VERSION = '2.2.2';
+our $VERSION = '2.2.3';
40
our @EXPORT = qw($VERSION);
41
42
1;
0 commit comments