From e083b0ab8057058bab5378783bbd2bdd0207d15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Mon, 30 Oct 2023 19:16:40 +0100 Subject: [PATCH] v1.2.8 --- lib/constants.ex | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.ex b/lib/constants.ex index 4e55350..9cdb505 100644 --- a/lib/constants.ex +++ b/lib/constants.ex @@ -1,6 +1,6 @@ defmodule Testcontainers.Constants do def library_name, do: :testcontainers - def library_version, do: "1.2.7" + def library_version, do: "1.2.8" 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 f9ebe47..0e89058 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do use Mix.Project @app :testcontainers - @version "1.2.7" + @version "1.2.8" @source_url "https://github.com/jarlah/testcontainers-elixir" def project do