Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 16, 2017
1 parent 4ce5997 commit dfed51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [3.0.1] - 2017-MM-DD
## [3.0.1] - 2017-11-16

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Application extends AbstractApplication
{
public function __construct()
{
$version = new Version('3.0.0', \dirname(\dirname(__DIR__)));
$version = new Version('3.0.1', \dirname(\dirname(__DIR__)));
parent::__construct('phpcpd', $version->getVersion());
}

Expand Down

0 comments on commit dfed51c

Please sign in to comment.