mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Added version placeholder in place of hardcoded version in config
This commit is contained in:
parent
bd678b41f7
commit
af4c66d40a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return [
|
|||
|
||||
'app_options' => [
|
||||
'name' => 'Shlink',
|
||||
'version' => '1.7.0',
|
||||
'version' => '%SHLINK_VERSION%',
|
||||
'secret_key' => env('SECRET_KEY'),
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue