Skip to content

Commit

Permalink
Release v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jan 8, 2024
1 parent e634bf0 commit bf725c9
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.14.0
##### 2024-01-08

- Added Laravel 11 support (pre-release)

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.13.1';
const VERSION = '1.14.0';

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

0 comments on commit bf725c9

Please sign in to comment.