Drupal 9.0.x-dev

merge-requests/2419/head
xjm 2019-10-10 17:29:55 -05:00
parent 6c2d96c398
commit 0112426e77
2 changed files with 2 additions and 2 deletions

2
composer.lock generated
View File

@ -685,7 +685,7 @@
}, },
{ {
"name": "drupal/core", "name": "drupal/core",
"version": "8.9.x-dev", "version": "9.0.x-dev",
"dist": { "dist": {
"type": "path", "type": "path",
"url": "core", "url": "core",

View File

@ -82,7 +82,7 @@ class Drupal {
/** /**
* The current system version. * The current system version.
*/ */
const VERSION = '8.9.0-dev'; const VERSION = '9.0.0-dev';
/** /**
* Core API compatibility. * Core API compatibility.