Skip to content

Commit

Permalink
Release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 15, 2024
1 parent b39c4de commit 128b39d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 1.X Series

### Unreleased
##### 2024-XX-YY
### 1.15.0
##### 2024-03-15

- Added the controller hooks feature

Expand Down
2 changes: 1 addition & 1 deletion src/Concord.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class Concord implements ConcordContract
{
const VERSION = '1.14.0';
const VERSION = '1.15.0';

/** @var Collection */
protected $modules;
Expand Down

0 comments on commit 128b39d

Please sign in to comment.