summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-19 14:49:29 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-19 14:49:29 +0200
commit5c707597ba936b1b82ee9a1cf546e720d1a490bd (patch)
tree5b67d9a55965bd13a7a6d308413708ff753fb43b /src/index.php
parent624b750a613bbd22b0ceba574063a4929a1943a9 (diff)
Small bugfixesv0.1.1
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.php b/src/index.php
index 8202365..9c5d678 100644
--- a/src/index.php
+++ b/src/index.php
@@ -23,7 +23,7 @@ use Symfony\Contracts\Service\Attribute\Required;
header_remove("X-Powered-By");
-const MYSTICBB_VERSION = "0.1.0";
+const MYSTICBB_VERSION = "0.1.1";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);