diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-07 01:11:00 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-07 01:11:00 +0000 |
commit | f0f87f2a0450dded7b8af43ef397b398cb60a847 (patch) | |
tree | 1fe73985598aac1301ef971f6f5180e2c103d9a0 /config | |
parent | 4a39504f6cb9146bea6b30343efaedf2a6f02d9a (diff) |
rosco :3
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 72e11a5..2e67289 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.08.30', + 'version' => '2024.12.07', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |