<?php
return [
/*
|--------------------------------------------------------------------------
| Application Version
|--------------------------------------------------------------------------
|
| This value represents the current version of the application.
| Update this value when releasing new versions.
|
*/
'version' => env('APP_VERSION', 'v1.1.0-stable'),
'release_date' => '2025-12-24',
'status' => 'stable', // alpha, beta, stable
];
|