From 6e22a9d3db3aade15bf16edacc4da3226ce61fab Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 9 May 2024 09:19:05 +0100
Subject: [PATCH] Revert "Issue #3445211 by benjifisher, tobiasb: Composer
 tests fail because of invalid Drupal version"

This reverts commit 34d2ed5afb1f1f53df2a14c13a5cb6d20c9e3901.
---
 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 ceb4c53d5ec9..8ee0cc377275 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -75,7 +75,7 @@ class Drupal {
   /**
    * The current system version.
    */
-  const VERSION = '11.0-dev';
+  const VERSION = '11.0.0-dev';
 
   /**
    * Core API compatibility.
-- 
GitLab