We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e32ba4 commit 801d626Copy full SHA for 801d626
lib/constants.ex
@@ -1,6 +1,6 @@
1
defmodule Testcontainers.Constants do
2
def library_name, do: :testcontainers
3
- def library_version, do: "1.2.5"
+ def library_version, do: "1.2.6"
4
def container_label, do: "org.testcontainers"
5
def container_lang_label, do: "org.testcontainers.lang"
6
def container_lang_value, do: Elixir |> Atom.to_string() |> String.downcase()
mix.exs
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project
@app :testcontainers
- @version "1.2.5"
+ @version "1.2.6"
@source_url "https://github.com/jarlah/testcontainers-elixir"
7
8
def project do
0 commit comments