Skip to content

Commit c61a01d

Browse files
committed
updates versions and details
1 parent 5397d17 commit c61a01d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES
22

3+
## 2.2.3
4+
5+
* Fix url for blatSrc35 following move
6+
37
## 2.2.2
48

59
* Change tabix query call to query_full

perl/lib/Sanger/CGP/CgpRna.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use strict;
3636
use Const::Fast qw(const);
3737
use base 'Exporter';
3838

39-
our $VERSION = '2.2.2';
39+
our $VERSION = '2.2.3';
4040
our @EXPORT = qw($VERSION);
4141

4242
1;

0 commit comments

Comments
 (0)