aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-12-27 18:47:40 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-12-27 18:47:40 +0000
commit3e97458ee28c79c16f7c792d96c01c44ea2356ed (patch)
treef661ecfc28ffc0a37e01420f91112daf13a8fa66 /config/app.php
parent0a8db68e42956d4d6644e501b8822186f89ec559 (diff)
rudimentary "spam filter"v2024.12.27
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php
index 7a3c2bb..61bb148 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
- 'version' => '2024.12.25',
+ 'version' => '2024.12.27',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),