diff --git a/src/EasyAdminBundle.php b/src/EasyAdminBundle.php index 1d81cb8fee..3ea92626c8 100644 --- a/src/EasyAdminBundle.php +++ b/src/EasyAdminBundle.php @@ -13,7 +13,7 @@ */ class EasyAdminBundle extends Bundle { - public const VERSION = '3.5.20-DEV'; + public const VERSION = '3.5.20'; /** @deprecated use EA::CONTEXT_REQUEST_ATTRIBUTE */ public const CONTEXT_ATTRIBUTE_NAME = EA::CONTEXT_REQUEST_ATTRIBUTE;