From c3943b102e2d7467c0437c77d7a774ef2339c707 Mon Sep 17 00:00:00 2001 From: Darren Klein Date: Wed, 30 Oct 2019 21:40:02 -0400 Subject: [PATCH] Version bump to 2.3.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 84511b6..dbb68eb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExAws.Dynamo.Mixfile do use Mix.Project - @version "2.3.3" + @version "2.3.4" @service "dynamo" @url "https://github.com/ex-aws/ex_aws_#{@service}" @name __MODULE__ |> Module.split() |> Enum.take(2) |> Enum.join(".")