display version on site
All checks were successful
Laravel / laravel-tests (push) Successful in 5m8s
renovate / renovate (push) Successful in 45s

This commit is contained in:
2026-02-03 21:56:10 +10:00
parent 2b3325af91
commit fffcf8347b
2 changed files with 9 additions and 4 deletions

View File

@@ -123,5 +123,6 @@ return [
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'notice' => env('APP_NOTICE', '')
'notice' => env('APP_NOTICE', ''),
'version' => env('APP_VERSION', 'dev'),
];