Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Oct 31, 2024
1 parent 73e9721 commit b0c4ec7
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.4] - 2024-10-31

### Changed

* Bump dependencies

## [8.0.3] - 2023-08-05

### 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.3 by Chris Gmyr.
phploc 8.0.4 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.3';
private const VERSION = '8.0.4';

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

0 comments on commit b0c4ec7

Please sign in to comment.