Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgmyr committed Mar 17, 2023
1 parent 6d36e86 commit cd6666e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.1] - 2023-03-17

### Changed

* Changed PHP version constraint in `composer.json` from `^8.1` to `^7.4 || ^8.0`

## [8.0.0] - 2023-02-23

### Changed
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 @@

final class Application
{
private const VERSION = '8.0.0';
private const VERSION = '8.0.1';

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

0 comments on commit cd6666e

Please sign in to comment.