aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-08-22 22:23:36 +0100
committerfloppydiskette <floppydisk@hyprcat.net>2024-08-22 22:24:01 +0100
commitf674ef78387c66b3c3f42ff5a976f321e131b245 (patch)
tree75e0c0a5adc84d499168b2591beaf1997ce14628 /config
parentbf34ffcbc487f8886d116f1cba6197dbe93ceee8 (diff)
YOLO
Diffstat (limited to 'config')
-rw-r--r--config/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php
index 72a3525..bd3b276 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.07.12',
+ 'version' => '2024.08.22',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),