Skip to content
Snippets Groups Projects

Bump versions.

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@ variables:
@@ -13,7 +13,7 @@ variables:
################
################
# The most recent, stable version of Drupal.
# The most recent, stable version of Drupal.
CORE_STABLE: '11.1.5'
CORE_STABLE: '11.1.6'
# The most recent security release in the latest major version of Drupal.
# The most recent security release in the latest major version of Drupal.
CORE_SECURITY: '11.1.5'
CORE_SECURITY: '11.1.5'
@@ -25,7 +25,7 @@ variables:
@@ -25,7 +25,7 @@ variables:
CORE_SECURITY_PREVIOUS_MINOR: '11.0.13'
CORE_SECURITY_PREVIOUS_MINOR: '11.0.13'
# The most recent, stable previous major version of Drupal.
# The most recent, stable previous major version of Drupal.
CORE_PREVIOUS_STABLE: '10.4.5'
CORE_PREVIOUS_STABLE: '10.4.6'
# The most recent security release in the previous major version of Drupal.
# The most recent security release in the previous major version of Drupal.
CORE_PREVIOUS_SECURITY: '10.4.5'
CORE_PREVIOUS_SECURITY: '10.4.5'
Loading