Skip to content

Commit

Permalink
Cut v0.7.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 9, 2023
1 parent cfd3e83 commit 2b51380
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 @@ -20,7 +20,7 @@ version from Hex:

```elixir
def deps do
[{:nostrum, "~> 0.7"}]
[{:nostrum, "~> 0.7-rc2"}]
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 Nostrum.Mixfile do
def project do
[
app: :nostrum,
version: "0.7.0-rc1",
version: "0.7.0-rc2",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 2b51380

Please # to comment.