From c094e2ae0d86f48d8c6886548e49aa5e433e2d45 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 16 Sep 2025 23:34:39 +0200 Subject: [PATCH] Update `BBCODE_VERSION` and `BBCODE_RELEASE` to match the latest release --- src/BBCode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BBCode.php b/src/BBCode.php index bf199b2..28ff6fc 100644 --- a/src/BBCode.php +++ b/src/BBCode.php @@ -84,11 +84,11 @@ class BBCode { /** * Current version number */ - const BBCODE_VERSION = '2.4.0'; + const BBCODE_VERSION = '3.0.0'; /** * Current release date */ - const BBCODE_RELEASE = '2023-01-17'; + const BBCODE_RELEASE = '2025-09-16'; /** * Content type: Content may not be provided by user.