Skip to content

Commit cd6666e

Browse files
committed
bump version
1 parent 6d36e86 commit cd6666e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.1] - 2023-03-17
6+
7+
### Changed
8+
9+
* Changed PHP version constraint in `composer.json` from `^8.1` to `^7.4 || ^8.0`
10+
511
## [8.0.0] - 2023-02-23
612

713
### Changed

src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
final class Application
2222
{
23-
private const VERSION = '8.0.0';
23+
private const VERSION = '8.0.1';
2424

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

0 commit comments

Comments
 (0)