Skip to content

Commit

Permalink
Version 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Giesenow committed Dec 5, 2023
1 parent bc3b9a5 commit 2328541
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes in PHPCPD are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [6.0.4] - 2023-12-05

### Changed

* Ignore PHP Attributes (see https://github.com/sebastianbergmann/phpcpd/pull/209)
* Added docker setup

## [6.0.3] - 2020-12-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

final class Application
{
private const VERSION = '6.0.3';
private const VERSION = '6.0.4';

public function run(array $argv): int
{
Expand Down

0 comments on commit 2328541

Please sign in to comment.