summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl2024-10-07 16:51:41 +0200
committerJonas Kohl2024-10-07 16:51:41 +0200
commitefe0d8832b2ddb8095e5fa16026edd7d4227406a (patch)
treec9c7f2abcca798515632916300018073fa452d2d
parent7b7666a9d12076da640c6a28fc6e4f0535f2e606 (diff)
Bump version numberv0.3.1
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
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);