diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-08-22 22:23:36 +0100 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-08-22 22:24:01 +0100 |
commit | ed711791b6f2cb4bf30e83998eff3e4dcb890c7c (patch) | |
tree | 75e0c0a5adc84d499168b2591beaf1997ce14628 /config | |
parent | 193a000f28c05debac9880d8d9f91d1d4426d466 (diff) |
YOLO
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
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'), |