From 10357b0ee790d0ba5ac8be09b650d02bafd233d4 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 21 Jul 2022 19:38:52 +0200 Subject: [PATCH] Prepare 4.3.4 release --- src/EasyAdminBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index f29cc72588..2146d73c10 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -11,7 +11,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '4.3.4-DEV'; + public const VERSION = '4.3.4'; public function build(ContainerBuilder $container): void {