Drupal 8.9.20

merge-requests/2288/head 8.9.20
xjm 2021-11-17 15:24:28 -06:00
parent 0f49a9098b
commit e187f925ed
4 changed files with 6 additions and 6 deletions

6
composer.lock generated
View File

@ -663,7 +663,7 @@
},
{
"name": "drupal/core",
"version": "8.9.19",
"version": "8.9.20",
"dist": {
"type": "path",
"url": "core",
@ -897,7 +897,7 @@
},
{
"name": "drupal/core-project-message",
"version": "8.9.19",
"version": "8.9.20",
"dist": {
"type": "path",
"url": "composer/Plugin/ProjectMessage",
@ -930,7 +930,7 @@
},
{
"name": "drupal/core-vendor-hardening",
"version": "8.9.19",
"version": "8.9.20",
"dist": {
"type": "path",
"url": "composer/Plugin/VendorHardening",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "8.9.19",
"drupal/core": "8.9.20",
"asm89/stack-cors": "1.3.0",
"composer/semver": "1.5.1",
"doctrine/annotations": "v1.4.0",

View File

@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "8.9.19",
"drupal/core": "8.9.20",
"behat/mink": "v1.8.1",
"behat/mink-browserkit-driver": "v1.3.4",
"behat/mink-goutte-driver": "v1.2.1",

View File

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