From efe0d8832b2ddb8095e5fa16026edd7d4227406a Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Mon, 7 Oct 2024 16:51: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 3d153d7..39ff77a 100644 --- a/src/index.php +++ b/src/index.php @@ -24,7 +24,7 @@ use Symfony\Contracts\Service\Attribute\Required; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.3.0"; +const MYSTICBB_VERSION = "0.3.1"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); -- cgit v1.2.3