From 5c373f8b4e17d802286f6250aaef339366185616 Mon Sep 17 00:00:00 2001 From: xjm Date: Wed, 2 Oct 2019 13:41:30 -0500 Subject: [PATCH] Drupal 8.7.8 --- core/lib/Drupal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 27cfc831d7..8c1a4fbc0d 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -82,7 +82,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.7.8-dev'; + const VERSION = '8.7.8'; /** * Core API compatibility. -- 2.22.2