From d52be035d0af95ea6978a8a6019737992a0a8398 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 12 Jul 2024 16:24:22 +0100 Subject: Minor fixes --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/app.php') diff --git a/config/app.php b/config/app.php index eb6382c..72a3525 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.11', + 'version' => '2024.07.12', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf