From c8af8a5fcbe6ffa493187604a6cc350066db57a2 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 11 Oct 2024 15:08:41 +0200 Subject: Bump version number --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.php b/src/index.php index fd290db..4f184ce 100644 --- a/src/index.php +++ b/src/index.php @@ -12,7 +12,7 @@ use mystic\forum\utils\RequestUtils; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.4.1"; +const MYSTICBB_VERSION = "0.4.2"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); -- cgit v1.2.3