Skip to content

Commit 112604b

Browse files
committed
prepared the 3.78.1 release
1 parent cdd2ea0 commit 112604b

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.78.1
7+
---------------------
8+
9+
* fix: `VisibilityRequiredFixer` - do not add `public` incorrectly (#8787)
10+
611
Changelog for v3.78.0
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.78.1-DEV';
47+
public const VERSION = '3.78.1';
4848
public const VERSION_CODENAME = 'Kids Playground';
4949

5050
/**

0 commit comments

Comments
 (0)