bump version to 1.28.1

This commit is contained in:
Ancor Cruz
2025-05-15 13:41:35 +01:00
parent 67df32cdb4
commit eb2938d0f7
3 changed files with 4 additions and 4 deletions

2
api

Submodule api updated: ce786e09de...dc57712816

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.28.0
image: getlago/api:v1.28.1
x-frontend-image: &frontend-image
image: getlago/front:v1.28.0
image: getlago/front:v1.28.1
x-lago-api-url: &lago-api-url
"LAGO_API_URL": ${LAGO_API_URL:-http://localhost:3000}

2
front

Submodule front updated: c004ac7f3a...aa514698b3