From 9dfbac4b569c98cb6adb7eec8ccee9094d84287a Mon Sep 17 00:00:00 2001 From: Frankie B Date: Thu, 24 Aug 2023 21:39:47 +0100 Subject: Update site version number format --- 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 3bec3c3..ca32cfd 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' => '6.0', + 'version' => '2023.08.24', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf