diff --git a/mix.exs b/mix.exs index 62c99f1..fec1cf6 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Subscribex.Mixfile do def project do [app: :subscribex, - version: "0.8.0-rc.1", + version: "0.8.0", elixir: "~> 1.3", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,