mirror of https://github.com/kcal-app/kcal.git
Tag initial version
This commit is contained in:
parent
d091a17c10
commit
1a30b7cd1d
|
|
@ -15,6 +15,18 @@ return [
|
|||
|
||||
'name' => env('APP_NAME', 'kcal'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Version
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value is the version of your application. This value is used when
|
||||
| the framework needs to place the application's version in a notification
|
||||
| or any other location as required by the application or its packages.
|
||||
*/
|
||||
|
||||
'version' => '0.8.0',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Environment
|
||||
|
|
|
|||
Loading…
Reference in New Issue