fix: shows version in nav bar

This commit is contained in:
2025-06-20 11:05:44 -05:00
parent e39182ba91
commit c5bcaeb1d4
4 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
twig:
globals:
version: '%app.version%'
file_name_pattern: '*.twig'
date:
format: 'm/d/Y'

View File

@@ -22,8 +22,11 @@ parameters:
app.cache.redis.host.default: 'redis://redis'
# Various configs
app.default.version: '0.dev'
app.default.timezone: 'America/Chicago'
app.version: '%env(default:app.default.version:APP_VERSION)%'
services:
# default configuration for services in *this* file
_defaults: