From a0d243c9005ec2e64a9d4d9b415eb70f836431cd Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Wed, 1 May 2019 17:19:18 +0200 Subject: [PATCH] new release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5dfb163b..17074c42 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mongodb.Mixfile do use Mix.Project - @version "0.5.1" + @version "0.5.2" def project() do [app: :mongodb_driver,