From 52be62b8c108b8c67227cb933fc358c787b6319b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Thu, 14 Dec 2023 10:26:02 +0100 Subject: [PATCH] v1.5.1 --- lib/util/constants.ex | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/constants.ex b/lib/util/constants.ex index c90d81bb..9320fe96 100644 --- a/lib/util/constants.ex +++ b/lib/util/constants.ex @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do @moduledoc false def library_name, do: :testcontainers - def library_version, do: "1.5.0" + def library_version, do: "1.5.1" def container_label, do: "org.testcontainers" def container_lang_label, do: "org.testcontainers.lang" def container_lang_value, do: Elixir |> Atom.to_string() |> String.downcase() diff --git a/mix.exs b/mix.exs index 440c3e31..0cef22e7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do use Mix.Project @app :testcontainers - @version "1.5.0" + @version "1.5.1" @source_url "https://github.com/testcontainers/testcontainers-elixir" def project do