From 295bfc16b63083ab922d46d50f67f3ed78ae454d Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Mon, 27 Jun 2022 07:40:54 -0500 Subject: [PATCH] Fix the version constant. --- 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 3c2eb498105f..272b1e19abd9 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -75,7 +75,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '10.1.x-dev'; + const VERSION = '10.1.0-dev'; /** * Core API compatibility. -- GitLab