Skip to content

Commit 7921a79

Browse files
committed
bump version
1 parent 7f7a0b2 commit 7921a79

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [8.0.5] - 2025-03-29
6+
7+
### Changed
8+
9+
* Bump dependencies
10+
511
## [8.0.4] - 2024-10-31
612

713
### Changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ composer global install cmgmyr/phploc
1313

1414
```
1515
$ phploc src
16-
phploc 8.0.4 by Chris Gmyr.
16+
phploc 8.0.5 by Chris Gmyr.
1717
1818
Directories 3
1919
Files 10

src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
final class Application
2121
{
22-
private const VERSION = '8.0.4';
22+
private const VERSION = '8.0.5';
2323

2424
public function run(array $argv): int
2525
{

0 commit comments

Comments
 (0)