Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Aug 5, 2023
1 parent 10ef0b7 commit e61d472
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [8.0.3] - 2023-08-05

### Changed

* rm use of version dependency, fix php-file-iterator version handling

## [8.0.2] - 2023-03-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc

```
$ phploc src
phploc 8.0.2 by Chris Gmyr.
phploc 8.0.3 by Chris Gmyr.
Directories 3
Files 10
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

final class Application
{
private const VERSION = '8.0.2';
private const VERSION = '8.0.3';

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

0 comments on commit e61d472

Please sign in to comment.