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 1a733c5 commit 513ecb8Copy full SHA for 513ecb8
lib/util/constants.ex
@@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
2
@moduledoc false
3
4
def library_name, do: :testcontainers
5
- def library_version, do: "1.3.0"
+ def library_version, do: "1.3.1"
6
def container_label, do: "org.testcontainers"
7
def container_lang_label, do: "org.testcontainers.lang"
8
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.3.0"
+ @version "1.3.1"
@source_url "https://github.com/testcontainers/testcontainers-elixir"
def project do
0 commit comments