From 8823cde93999c00f8130bc0c8d3ef0e5264ccec8 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Thu, 31 Aug 2006 09:08:13 +0000 Subject: [PATCH] Updated version to 41. --- modules/Bio/EnsEMBL/Registry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm index f3ef641069..d310f0ac4f 100644 --- a/modules/Bio/EnsEMBL/Registry.pm +++ b/modules/Bio/EnsEMBL/Registry.pm @@ -109,7 +109,7 @@ use DBI; use vars qw(%registry_register); -my $API_VERSION = 40; +my $API_VERSION = 41; =head2 load_all -- GitLab