From 0112426e77eff644dbab95ff0350abae7a5f2d52 Mon Sep 17 00:00:00 2001 From: xjm Date: Thu, 10 Oct 2019 17:29:55 -0500 Subject: [PATCH] Drupal 9.0.x-dev --- composer.lock | 2 +- core/lib/Drupal.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index de2023bbf873..d0fc6f6076cc 100644 --- a/composer.lock +++ b/composer.lock @@ -685,7 +685,7 @@ }, { "name": "drupal/core", - "version": "8.9.x-dev", + "version": "9.0.x-dev", "dist": { "type": "path", "url": "core", diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 974f4e03ac8c..e1ae1ba09d83 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -82,7 +82,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.9.0-dev'; + const VERSION = '9.0.0-dev'; /** * Core API compatibility.