Drupal 9.0.x-dev
parent
6c2d96c398
commit
0112426e77
|
@ -685,7 +685,7 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.9.x-dev",
|
||||
"version": "9.0.x-dev",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue