diff --git a/config/autoload/app_options.global.php b/config/autoload/app_options.global.php index 2a32f31b..12e22c0f 100644 --- a/config/autoload/app_options.global.php +++ b/config/autoload/app_options.global.php @@ -7,7 +7,7 @@ return [ 'app_options' => [ 'name' => 'Shlink', - 'version' => '1.7.0', + 'version' => '%SHLINK_VERSION%', 'secret_key' => env('SECRET_KEY'), ],