Skip to content

Commit

Permalink
Release version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Dec 2, 2017
1 parent 9a2a650 commit 9963fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased

## 2.3.2 - 2017-12-02
### Changed
- Increase minimal required version of PHPUnit and nette/reflections to maintain PHP 7.2 compatibility even with lowest possible versions of dependencies.

Expand Down
2 changes: 1 addition & 1 deletion bin/steward
Expand Up @@ -45,7 +45,7 @@ if ($installedAsDependency) {
date_default_timezone_set('Europe/Prague');

$dispatcher = new EventDispatcher();
$application = new Application('Steward', '2.3.1');
$application = new Application('Steward', '2.3.2');
$application->setDispatcher($dispatcher);

// Search for listeners and attach them to dispatcher
Expand Down

0 comments on commit 9963fe8

Please sign in to comment.