From bb1d8a2e8fa45df2699edd8933127cfa987273ac Mon Sep 17 00:00:00 2001 From: Yuri Artemev Date: Thu, 31 Mar 2016 19:04:56 +0300 Subject: [PATCH] bump version to 0.2.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 30da52b..695cfe4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Exredis.Mixfile do use Mix.Project - @version "0.2.3" + @version "0.2.4" def project do [app: :exredis,