From 818ec9313eac289373d5ad1eefccd41080f7fed0 Mon Sep 17 00:00:00 2001 From: MateuszKolankowski Date: Tue, 4 Mar 2025 14:27:04 +0100 Subject: [PATCH] Bumped Ibexa LTS version to v4.6.17 --- 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 c841fbf6e3..92312bf2be 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.16'; + public const VERSION = '4.6.17'; }