Skip to content

Commit

Permalink
fix: application_version value (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin authored Jun 7, 2023
1 parent d2eba29 commit 3190afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
application_env: '%env(resolve:APP_ENV)%'
application_api_key: '%env(resolve:APP_API_KEY)%'
application_vendors: '%kernel.project_dir%/vendor/composer/installed.php'
application_version: '2.5.2'
application_version: '2.6.0'
container.dumper.inline_factories: true
cache.redis.namespace: '%env(default:cache.redis.namespace.default:REDIS_CACHE_NAMESPACE)%'
cache.redis.namespace.default: 'devkit'
Expand Down

0 comments on commit 3190afa

Please sign in to comment.