Skip to content

Commit

Permalink
Drupal 10.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xjm committed Sep 19, 2023
1 parent dea7022 commit 1af23a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer/Metapackage/CoreRecommended/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.0.10",
"drupal/core": "10.0.11",
"asm89/stack-cors": "~v2.1.1",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.3",
Expand Down
2 changes: 1 addition & 1 deletion composer/Metapackage/PinnedDevDependencies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.0.10",
"drupal/core": "10.0.11",
"behat/mink": "v1.10.0",
"behat/mink-browserkit-driver": "v2.1.0",
"behat/mink-selenium2-driver": "v1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.0.10';
const VERSION = '10.0.11';

/**
* Core API compatibility.
Expand Down

0 comments on commit 1af23a3

Please sign in to comment.