Bump version to v0.39.2-beta

This commit is contained in:
Romain Sempé 2023-07-07 16:10:46 +02:00
parent ee694be4c3
commit 699bd76dd8
2 changed files with 4 additions and 4 deletions

2
api

@ -1 +1 @@
Subproject commit 02626954d6218d6fa1125cc7827d4242bad54b75
Subproject commit 46b9e192c6d0a4b35187752b1facfd6d2929613c

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.39.1-beta
image: getlago/api:v0.39.2-beta
restart: unless-stopped
depends_on:
- db
@ -117,7 +117,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.39.1-beta
image: getlago/api:v0.39.2-beta
restart: unless-stopped
depends_on:
- api
@ -155,7 +155,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.39.1-beta
image: getlago/api:v0.39.2-beta
restart: unless-stopped
depends_on:
- api