diff --git a/UPGRADE.md b/UPGRADE.md index ad708a63ac..dc57b511c2 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,7 +1,7 @@ Upgrade between EasyAdmin 4.x versions ====================================== -EasyAdmin 4.X.0 +EasyAdmin 4.4.0 --------------- ### Multilingual dashboards diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index a2c03009e4..7a31d92ce8 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.3.6-DEV'; + public const VERSION = '4.4.0'; public function build(ContainerBuilder $container): void {