diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 22:41:17 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-25 22:48:19 +0000 |
commit | 6c126bc20fce92c78acfefaa6672c1ed41becfe2 (patch) | |
tree | c1bb51bcf1a89c3ebb265ba4dca8a41c7c7590b1 /config | |
parent | 80f46016700171da76e1b4223ba011b9333fafad (diff) |
Update last/current track displayv2024.12.25
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 5386866..7a3c2bb 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.21', + 'version' => '2024.12.25', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |