Merge pull request #260 from getlago/v0.40.0-beta

Bump version to v0.40.0-beta
This commit is contained in:
Romain Sempé 2023-07-12 15:33:21 +02:00 committed by GitHub
commit dcdb2b3c25
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 46b9e192c6d0a4b35187752b1facfd6d2929613c
Subproject commit 5b4e57d08c6bc73522dafa21c192776052620bd1

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.39.2-beta
image: getlago/api:v0.40.0-beta
restart: unless-stopped
depends_on:
- db
@ -79,7 +79,7 @@ services:
front:
container_name: lago-front
image: getlago/front:v0.39.0-beta
image: getlago/front:v0.40.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.39.2-beta
image: getlago/api:v0.40.0-beta
restart: unless-stopped
depends_on:
- api
@ -155,7 +155,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.39.2-beta
image: getlago/api:v0.40.0-beta
restart: unless-stopped
depends_on:
- api

2
front

@ -1 +1 @@
Subproject commit e6eeaa6f01da2c42eafd660bd765e8f001627f7e
Subproject commit d3664a9ffd0c26fcdd74206384a13e07cfb1bcfa