From a59ba4a24d6e29d6eae7709bb66afcc275cd22e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Thu, 14 Sep 2023 15:35:50 +0200 Subject: [PATCH] misc: Bump version to 0.47.0-beta --- api | 2 +- docker-compose.yml | 8 ++++---- front | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api b/api index d31e7590a..40cd12630 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit d31e7590ab950a6fd78bdeedc1dd72c05257b51a +Subproject commit 40cd1263035973d41e2c7460fbcc9a1f594ea2f9 diff --git a/docker-compose.yml b/docker-compose.yml index d060fbfc7..1dae60ec6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: api: container_name: lago-api - image: getlago/api:v0.46.1-beta + image: getlago/api:v0.47.0-beta restart: unless-stopped depends_on: - db @@ -79,7 +79,7 @@ services: front: container_name: lago-front - image: getlago/front:v0.46.1-beta + image: getlago/front:v0.47.0-beta restart: unless-stopped # Use this command if you want to use SSL with Let's Encrypt # command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" @@ -117,7 +117,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:v0.46.1-beta + image: getlago/api:v0.47.0-beta restart: unless-stopped depends_on: - api @@ -155,7 +155,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:v0.46.1-beta + image: getlago/api:v0.47.0-beta restart: unless-stopped depends_on: - api diff --git a/front b/front index 47737365e..fe8f59b5d 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 47737365e0f7e3fde43bc19041c154a34164af00 +Subproject commit fe8f59b5d753c2d4fe14394d7da7023edc5dc187