diff options
author | Jonas Kohl | 2024-10-19 12:38:57 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-19 12:38:57 +0200 |
commit | e87daaa3321fb82dee279078bcfc757c722f407b (patch) | |
tree | d42b43c05a9704822b0e443b2cdfe629c2c7c592 | |
parent | f490626b8a2ff360c4a914615484ea6e5bf8cdee (diff) |
Version bumpv0.6.0
-rw-r--r-- | src/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.php b/src/index.php index 2403a9b..356eb86 100644 --- a/src/index.php +++ b/src/index.php @@ -18,7 +18,7 @@ use Twig\TwigFunction; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.5.2"; +const MYSTICBB_VERSION = "0.6.0"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); |