From 89601edbd0b978822c6322fd72aff7af21ba370d Mon Sep 17 00:00:00 2001 From: Cody Poll Date: Thu, 9 Nov 2017 21:19:06 -0700 Subject: [PATCH] Bump to 0.8.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,