From 4a8cc9d48683d71b2b33402831d7757ccbb8979e Mon Sep 17 00:00:00 2001 From: Jeff Grunewald Date: Mon, 23 Mar 2020 12:07:38 -0400 Subject: [PATCH] bump version for topic config patch (#80) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 12153e2..8bc36ea 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Elsa.MixProject do def project do [ app: :elsa, - version: "0.12.2", + version: "0.12.3", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, description: description(),