Merge pull request #281 from getlago/bump-version

misc: Bump version to 0.47.0-beta
This commit is contained in:
Romain Sempé 2023-09-14 15:39:14 +02:00 committed by GitHub
commit 8e9c48384c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
api

@ -1 +1 @@
Subproject commit d31e7590ab950a6fd78bdeedc1dd72c05257b51a
Subproject commit 40cd1263035973d41e2c7460fbcc9a1f594ea2f9

View File

@ -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

2
front

@ -1 +1 @@
Subproject commit 47737365e0f7e3fde43bc19041c154a34164af00
Subproject commit fe8f59b5d753c2d4fe14394d7da7023edc5dc187