From fcd96d8887bf4ef6c5a216dbc265e2f6a5aa576d Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 5 Oct 2023 13:36:15 +0200 Subject: [PATCH] Bumped Ibexa Fast Track version to v4.5.4 --- src/contracts/Ibexa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/Ibexa.php b/src/contracts/Ibexa.php index acf27001a9..2591865be6 100644 --- a/src/contracts/Ibexa.php +++ b/src/contracts/Ibexa.php @@ -13,5 +13,5 @@ final class Ibexa /** * Ibexa DXP Version. */ - public const VERSION = '4.5.3'; + public const VERSION = '4.5.4'; }