Skip to content

Commit 7bedb71

Browse files
committed
prepared the 3.68.5 release
1 parent e2b0087 commit 7bedb71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v3.68.5
7+
---------------------
8+
9+
* fix: `NativeTypeDeclarationCasingFixer` - do not touch constants named as native types (#8404)
10+
611
Changelog for v3.68.4
712
---------------------
813

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
final class Application extends BaseApplication
4545
{
4646
public const NAME = 'PHP CS Fixer';
47-
public const VERSION = '3.68.5-DEV';
47+
public const VERSION = '3.68.5';
4848
public const VERSION_CODENAME = 'Persian Successor';
4949

5050
/**

0 commit comments

Comments
 (0)