Skip to content

Commit

Permalink
Drupal 8.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
junowilderness committed Mar 15, 2017
1 parent 4df886e commit 7e3e9eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Drupal 8.2.7, 2017-03-15
------------------------
- Fixed security issues. See SA-CORE-2017-001.

Drupal 8.2.3, 2016-11-16
------------------------
- Fixed security issues. See SA-CORE-2016-005.
Expand Down
2 changes: 1 addition & 1 deletion lib/Drupal.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Drupal {
/**
* The current system version.
*/
const VERSION = '8.2.6';
const VERSION = '8.2.7';

/**
* Core API compatibility.
Expand Down

0 comments on commit 7e3e9eb

Please sign in to comment.