From 296c823fc45db57891531628bd3c7cd5e857e8df Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Wed, 1 Jan 2025 21:46:20 +0000 Subject: what am I even doing --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/app.php b/config/app.php index 61bb148..905c302 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.27', + 'version' => '2025.01.01', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf