From 6086c4b74d08566511197df47227c8780cad3c00 Mon Sep 17 00:00:00 2001 From: am26 Date: Thu, 14 Apr 2016 21:32:59 +0100 Subject: [PATCH] Upping version --- perl/lib/Sanger/CGP/CgpRna.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/lib/Sanger/CGP/CgpRna.pm b/perl/lib/Sanger/CGP/CgpRna.pm index feeecae..46ac8f4 100644 --- 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.0.8'; +our $VERSION = '2.0.9'; our @EXPORT = qw($VERSION); 1;