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 | faed02e0c846a01b83574f49cdec4399b281df73 (patch) | |
tree | 1fe73985598aac1301ef971f6f5180e2c103d9a0 /config | |
parent | 3ee7cc2448ac61b2389f69ac741f407348aa39b6 (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'), |