Update site version number format

This commit is contained in:
Frankie B 2023-08-24 21:39:47 +01:00
commit 9dfbac4b56
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
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'),