From 52beb2fe2298ff11c8ef6630f0a79f72c8651102 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 25 Jun 2024 15:40:04 +0200 Subject: [PATCH] Bumped Ibexa LTS version to v4.6.8 --- 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 f8713082ac..bb4e7b0b92 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.7'; + public const VERSION = '4.6.8'; }