<?php
/*
* Webtech-solutions 2025, All rights reserved.
*/
return [
/*
|--------------------------------------------------------------------------
| Application Version
|--------------------------------------------------------------------------
|
| This version number is used throughout the application for display
| purposes, changelog versioning, and API versioning.
|
*/
'version' => '1.1.0',
/*
|--------------------------------------------------------------------------
| Version Release Date
|--------------------------------------------------------------------------
|
| The date when the current version was released.
|
*/
'version_date' => '2025-12-24',
/*
|--------------------------------------------------------------------------
| Application Build Number
|--------------------------------------------------------------------------
|
| Optional build number for tracking deployments.
|
*/
'build' => null,
];
|