From 4bb70ef58dff906d01c4e4d22c366dba078a7de2 Mon Sep 17 00:00:00 2001 From: Natalie Willhoft <70575561+nwillhoft@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:39:34 +0100 Subject: [PATCH] Update docs pointer to latest version (#669) --- docs | 2 +- lib/EnsEMBL/REST.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 41b7d6f0..8f74528b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 41b7d6f0d11216129a26180b3cada26104d4e6f8 +Subproject commit 8f74528b31571dd2d9feb5124ab0abd6f95a4fd4 diff --git a/lib/EnsEMBL/REST.pm b/lib/EnsEMBL/REST.pm index 8d6c72b6..4800fb44 100644 --- a/lib/EnsEMBL/REST.pm +++ b/lib/EnsEMBL/REST.pm @@ -64,7 +64,7 @@ use Catalyst qw/ /; -our $VERSION = '15.8'; +our $VERSION = '15.9'; # Configure the application. # -- GitLab