From 96eb83b31d950f020cbc079ab960159c3735a033 Mon Sep 17 00:00:00 2001 From: xjm Date: Tue, 14 Sep 2021 17:08:18 -0500 Subject: [PATCH] Drupal 8.9.19 --- lib/Drupal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Drupal.php b/lib/Drupal.php index a3582ef7a35..2f5483d71f5 100644 --- a/lib/Drupal.php +++ b/lib/Drupal.php @@ -82,7 +82,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.9.18'; + const VERSION = '8.9.19'; /** * Core API compatibility.