Merge pull request #297 from getlago/bump_version

misc: Bump version to v0.51.3-beta
This commit is contained in:
Romain Sempé 2023-11-09 15:41:13 +01:00 committed by GitHub
commit abe39faebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

2
api

@ -1 +1 @@
Subproject commit dcbd3d268490fc8a4d97d7d02e4d021334e3c702
Subproject commit ff1868cbeaa711e362d49546e93aff13984e9502

View File

@ -33,7 +33,7 @@ services:
api:
container_name: lago-api
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- db
@ -120,7 +120,7 @@ services:
api-worker:
container_name: lago-worker
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- api
@ -163,7 +163,7 @@ services:
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
#api-events-worker:
# container_name: lago-events-worker
# image: getlago/api:v0.51.2-beta
# image: getlago/api:v0.51.3-beta
# restart: unless-stopped
# depends_on:
# - api
@ -200,7 +200,7 @@ services:
api-clock:
container_name: lago-clock
image: getlago/api:v0.51.2-beta
image: getlago/api:v0.51.3-beta
restart: unless-stopped
depends_on:
- api