Skip to content

Commit

Permalink
Merge pull request #256 from getlago/v0.39.2-beta
Browse files Browse the repository at this point in the history
Bump version to v0.39.2-beta
  • Loading branch information
rsempe authored Jul 7, 2023
2 parents ee694be + 699bd76 commit 82d21ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 82d21ca

Please sign in to comment.