summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl2024-10-11 15:08:41 +0200
committerJonas Kohl2024-10-11 15:08:41 +0200
commitc8af8a5fcbe6ffa493187604a6cc350066db57a2 (patch)
tree2f32839ae09465ba2c6234ac2b0fe2d899eddbc4
parent72061dac58ee44ebd5c26efacb00790ef11aa136 (diff)
Bump version numberv0.4.2
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
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);