chore(version): bump version to 1.21.0 (#465)

This commit is contained in:
Toon Willems
2025-02-12 13:56:09 +01:00
committed by GitHub
parent 1d5333a5cf
commit cc70c2e678
3 changed files with 4 additions and 4 deletions

2
api

Submodule api updated: 921db031e8...6a0d2a636b

View File

@ -8,9 +8,9 @@ x-postgres-image: &postgres-image
x-redis-image: &redis-image
image: redis:6-alpine
x-backend-image: &backend-image
image: getlago/api:v1.20.2
image: getlago/api:v1.21.0
x-frontend-image: &frontend-image
image: getlago/front:v1.20.2
image: getlago/front:v1.21.0
x-lago-api-url: &lago-api-url
"LAGO_API_URL": ${LAGO_API_URL:-http://localhost:3000}

2
front

Submodule front updated: 17a4eb679c...7aee817280