From 711288453bb031c0ad5324f5361339d51a8dd511 Mon Sep 17 00:00:00 2001 From: Chris McCafferty <cilefen@gmail.com> Date: Wed, 1 Feb 2017 12:03:36 -0500 Subject: [PATCH] Drupal 8.2.6 --- 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 36fd32891f15..5dec88bd1e06 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -81,7 +81,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.2.6-dev'; + const VERSION = '8.2.6'; /** * Core API compatibility. -- GitLab