From b3d73f11a21143eef15f982d091c11a40b8baa7c Mon Sep 17 00:00:00 2001 From: am26 Date: Mon, 11 Apr 2016 13:29:13 +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 c4c033f..1c9e37f 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.6'; +our $VERSION = '2.0.7'; our @EXPORT = qw($VERSION); 1;