Skip to content

Commit

Permalink
bump version to 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michelangelomo committed Oct 1, 2021
1 parent 0fb4543 commit e18f713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Written to prevent duplicated and boilerplate code to handle all the lifecycle o
```elixir
def deps do
[
{:amqpx, "~> 5.4"}
{:amqpx, "~> 5.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Amqpx.MixProject do
[
app: :amqpx,
name: "amqpx",
version: "5.6.0",
version: "5.7.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :production,
Expand Down

0 comments on commit e18f713

Please sign in to comment.