feat: add versioning system and display in footer (v1.0.1)

This commit is contained in:
jeremy bayse
2026-03-29 11:52:08 +02:00
parent 38fe4a22d6
commit d0ecfa3e96
4 changed files with 10 additions and 0 deletions

View File

@@ -123,4 +123,6 @@ return [
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'version' => env('APP_VERSION', '1.0.0'),
];