From 4f03f5faa16fd29445c00823841b5670481ab7d0 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Wed, 4 Dec 2013 18:26:55 +0000
Subject: [PATCH] forgot the version bump to 1.5.1

---
 lib/EnsEMBL/REST.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/EnsEMBL/REST.pm b/lib/EnsEMBL/REST.pm
index f8a63480..2ab1fa50 100644
--- a/lib/EnsEMBL/REST.pm
+++ b/lib/EnsEMBL/REST.pm
@@ -62,7 +62,7 @@ use Catalyst qw/
 /;
 
 
-our $VERSION = '1.5.0';
+our $VERSION = '1.5.1';
 
 # Configure the application.
 #
-- 
GitLab