summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl2024-10-11 14:44:57 +0200
committerJonas Kohl2024-10-11 14:44:57 +0200
commit4a217b97db57d96399114b8ac2d31b2873f3d262 (patch)
tree82a1e43d06de0cdd043070c302dbcebbb53c064a
parent023788b93d8c2eb6f5128c09f74aeccb9144b74e (diff)
Bump version numberv0.4.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 88c555e..fd290db 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.0";
+const MYSTICBB_VERSION = "0.4.1";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);