Skip to content

Commit

Permalink
Bump to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Sep 30, 2024
1 parent 7be46a3 commit ff5e6ae
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 @@ -24,7 +24,7 @@ To get started, please add Cachex to your `mix.exs` list of dependencies and the

```elixir
def deps do
[{:cachex, "~> 3.6"}]
[{:cachex, "~> 4.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To get started, please add Cachex to your `mix.exs` list of dependencies and the

```elixir
def deps do
[{:cachex, "~> 3.6"}]
[{:cachex, "~> 4.0"}]
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 Cachex.Mixfile do
use Mix.Project

@version "3.6.0"
@version "4.0.0"
@url_docs "http://hexdocs.pm/cachex"
@url_github "https://github.com/whitfin/cachex"

Expand Down

0 comments on commit ff5e6ae

Please sign in to comment.