Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jan 26, 2021
1 parent 9337f4c commit a9b6024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:oban, "~> 2.3"}
{:oban, "~> 2.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:oban, "~> 2.1"}
{:oban, "~> 2.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Oban.MixProject do
use Mix.Project

@version "2.3.4"
@version "2.4.0"

def project do
[
Expand Down

0 comments on commit a9b6024

Please sign in to comment.