From b7805d2147140f1517152cd88dcdb6911498d7cd Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 1 Jul 2019 14:40:17 -0400 Subject: [PATCH] Version 2.1.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c3be55aa..bff9889f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Distillery.Mixfile do def project do [ app: :distillery, - version: "2.1.0", + version: "2.1.1", elixir: "~> 1.6", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,