Skip to content

Commit

Permalink
🏷️ Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Aug 21, 2024
1 parent 8ec4446 commit 52a4722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- ./config/db_secret.env
- ./config/docker_prod.env
- ./config/docker_prod_secret.env
image: freedom_account:1.4.0
image: freedom_account:1.5.0
ports:
- "8080:4000"
profiles:
Expand All @@ -32,7 +32,7 @@ services:
- ./config/db_secret.env
- ./config/docker_prod.env
- ./config/docker_prod_secret.env
image: freedom_account:1.4.0
image: freedom_account:1.5.0
profiles:
- prod

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule FreedomAccount.MixProject do
# credo:disable-for-this-file Credo.Check.Warning.MixEnv
# Reason: Use of Mix.env() is perfectly valid in this file.

@version "1.4.0"
@version "1.5.0"

@spec project :: Keyword.t()
def project do
Expand Down

0 comments on commit 52a4722

Please sign in to comment.