From 08ee22ce1617b90d25da446c9ba8228f3bea5ebb Mon Sep 17 00:00:00 2001 From: tischsoic Date: Tue, 22 Oct 2024 13:16:22 +0200 Subject: [PATCH] Bumped Ibexa LTS version to v4.6.13 --- 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 5ce0fe2c25..fea56a7207 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.12'; + public const VERSION = '4.6.13'; }