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

Commit c63ef7a

Browse files
committed
Drupal 8.2.8
1 parent 7f389bf commit c63ef7a

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.8, 2017-04-19
2+
------------------------
3+
- Fixed security issues. See SA-CORE-2017-002.
4+
15
Drupal 8.2.7, 2017-03-15
26
------------------------
37
- Fixed security issues. See SA-CORE-2017-001.

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.7';
84+
const VERSION = '8.2.8';
8585

8686
/**
8787
* Core API compatibility.

0 commit comments

Comments
 (0)