From dad432ebedfcde46e1de64ff061f02cbb5e81fc2 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 28 Nov 2024 11:23:54 +0100 Subject: [PATCH] Bumped Ibexa LTS version to v4.6.14 --- 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 fea56a7207..e01a3789ab 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.6.13'; + public const VERSION = '4.6.14'; }