Skip to content

Commit

Permalink
Drupal 10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xjm committed Jan 16, 2024
1 parent 2ecd415 commit 4197bab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.2.1",
"drupal/core": "10.2.2",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion composer/Metapackage/PinnedDevDependencies/composer.json
Expand Up @@ -7,7 +7,7 @@
"webflo/drupal-core-require-dev": "*"
},
"require": {
"drupal/core": "10.2.1",
"drupal/core": "10.2.2",
"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
Expand Up @@ -75,7 +75,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '10.2.1';
const VERSION = '10.2.2';

/**
* Core API compatibility.
Expand Down

0 comments on commit 4197bab

Please sign in to comment.