Skip to content

Commit

Permalink
[TASK] Set version v4.6 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoldanski authored Feb 20, 2025
1 parent 8022e51 commit 7f7b16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Utility/HeadlessVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class HeadlessVersion
{
protected const VERSION = '4.5.0';
protected const VERSION = '4.6.0';

public function getVersion(): string
{
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'author_email' => 'extensions@macopedia.pl',
'author_company' => 'Macopedia Sp. z o.o.',
'category' => 'fe',
'version' => '4.5.0',
'version' => '4.6.0',
'constraints' => [
'depends' => [
'frontend' => '12.4.21-13.4.99',
Expand Down

0 comments on commit 7f7b16d

Please sign in to comment.