From 327fad5842257b1f9c4342a8ec9cf5c38c0cc481 Mon Sep 17 00:00:00 2001 From: Sam McMyler Date: Wed, 20 Oct 2021 14:23:57 -0500 Subject: [PATCH] Update version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 00cdaa2..d2d1a26 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule LibclusterDB.Mixfile do def project do [app: :libcluster_db, - version: "0.5.0", + version: "0.5.2", elixir: "~> 1.4", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,