Hotfix/v1.7.3 (#2403)

This commit is contained in:
Sven van Ginkel
2025-11-11 16:23:50 +01:00
committed by GitHub
parent f18cdce85d
commit 4a3bb4daeb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ return [
|
*/
'driver' => env('SESSION_DRIVER', 'cookie'),
'driver' => env('SESSION_DRIVER', 'database'),
/*
|--------------------------------------------------------------------------
+2 -2
View File
@@ -6,9 +6,9 @@ return [
/**
* General settings.
*/
'build_date' => Carbon::parse('2025-11-10'),
'build_date' => Carbon::parse('2025-11-11'),
'build_version' => 'v1.7.2',
'build_version' => 'v1.7.3',
'content_width' => env('CONTENT_WIDTH', '7xl'),