Skip to content

Commit

Permalink
Bump development version
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 28, 2024
1 parent c1b694c commit 605c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EasyAdminBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class EasyAdminBundle extends Bundle
{
public const VERSION = '4.18.0';
public const VERSION = '4.18.1-DEV';

public function build(ContainerBuilder $container): void
{
Expand Down

1 comment on commit 605c7e4

@ninsky
Copy link

@ninsky ninsky commented on 605c7e4 Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javiereguiluz thanks for this update! After upgrading to 4.16.2 several things were broken which broke my whole application. Major problem was that fontawesome icons weren't found any more (I used the standard icons of easyadmin). Now version 4.18 fixed everything.

Please sign in to comment.