Skip to content

Commit

Permalink
prepare for release 8.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jun 29, 2020
1 parent 7d5e7e7 commit eebbb97
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 @@ To use Sentry with your projects, edit your mix.exs file and add it as a depende
defp deps do
[
# ...
{:sentry, "8.0.0-rc.0"},
{:sentry, "8.0.0-rc.1"},
{:jason, "~> 1.1"},
{:hackney, "~> 1.8"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
version: "8.0.0-rc.0",
version: "8.0.0-rc.1",
elixir: "~> 1.10",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit eebbb97

Please sign in to comment.