From 61ea054f70a272a9002cd20b5f1e655f0f40f214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Mon, 23 Oct 2023 17:29:45 +0200 Subject: [PATCH] v1.2.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a81d344..0139bf9 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do use Mix.Project @app :testcontainers - @version "1.2.2" + @version "1.2.3" @source_url "https://github.com/jarlah/testcontainers-elixir" def project do