added commit hash to version
All checks were successful
Laravel / laravel-tests (push) Successful in 4m44s
renovate / renovate (push) Successful in 35s

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

View File

@@ -125,4 +125,5 @@ return [
'notice' => env('APP_NOTICE', ''),
'version' => env('APP_VERSION', 'dev'),
'commit' => env('APP_COMMIT', ''),
];