Added version placeholder in place of hardcoded version in config

This commit is contained in:
Alejandro Celaya 2018-07-26 18:42:53 +02:00
parent bd678b41f7
commit af4c66d40a

View file

@ -7,7 +7,7 @@ return [
'app_options' => [
'name' => 'Shlink',
'version' => '1.7.0',
'version' => '%SHLINK_VERSION%',
'secret_key' => env('SECRET_KEY'),
],