summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-19 17:31:39 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-19 17:31:39 +0200
commit75e9b62da57eb7ce3f9e8a8667a7de59188c221f (patch)
tree98432a29646cd115b0404abdb2947983837b4dd1 /src/index.php
parentdeecf9dd2c051c04111aab45f7e852ab30c1f7d6 (diff)
Add Mystic House Corner Themev0.3.0
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 d3a0c1d..3d153d7 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.2.0";
+const MYSTICBB_VERSION = "0.3.0";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);