From d68062bbe914cc470f3596ca5461a94f55bb1159 Mon Sep 17 00:00:00 2001 From: Daniel Rios <dr2@sanger.ac.uk> Date: Fri, 29 May 2009 13:27:21 +0000 Subject: [PATCH] Updated version API to 55 --- 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 fbdfc92db2..b39a6afa54 100644 --- a/modules/Bio/EnsEMBL/Registry.pm +++ b/modules/Bio/EnsEMBL/Registry.pm @@ -129,7 +129,7 @@ use DBI; use vars qw(%registry_register); -my $API_VERSION = 54; +my $API_VERSION = 55; # This is a map from group names to Ensembl DB adaptors. Used by # load_all() and reset_DBAdaptor(). -- GitLab