Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 5d3fb8a

Browse files
Drupal 8.2.7
1 parent 4e7e831 commit 5d3fb8a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Drupal 8.2.7, 2017-03-15
2+
------------------------
3+
- Fixed security issues. See SA-CORE-2017-001.
4+
15
Drupal 8.2.3, 2016-11-16
26
------------------------
37
- Fixed security issues. See SA-CORE-2016-005.

lib/Drupal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Drupal {
8181
/**
8282
* The current system version.
8383
*/
84-
const VERSION = '8.2.6';
84+
const VERSION = '8.2.7';
8585

8686
/**
8787
* Core API compatibility.

0 commit comments

Comments
 (0)