From 021b0fd5d6ac752c472655b16c68286acba8afd0 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Wed, 16 Jan 2019 17:30:03 -0600 Subject: [PATCH] Drupal 8.6.7 --- 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 76dba3c8aa48..a5aa5214f48f 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -82,7 +82,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.6.6'; + const VERSION = '8.6.7'; /** * Core API compatibility. -- GitLab