Skip to content

Commit 5f613a1

Browse files
committed
prepared the 2.16.6 release
1 parent a1594c4 commit 5f613a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v2.16.6
7+
---------------------
8+
9+
experimental release
10+
11+
* Require PHP 7.0
12+
613
Changelog for v2.16.5
714
---------------------
815

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
final class Application extends BaseApplication
3636
{
37-
const VERSION = '2.16.5';
37+
const VERSION = '2.16.6';
3838
const VERSION_CODENAME = 'Yellow Bird';
3939

4040
/**

0 commit comments

Comments
 (0)