We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f643d commit b4875e3Copy full SHA for b4875e3
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.13.1"
+ def library_version, do: "1.13.2"
6
def ryuk_version, do: "0.11.0"
7
def container_label, do: "org.testcontainers"
8
def container_lang_label, do: "org.testcontainers.lang"
mix.exs
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project
@app :testcontainers
- @version "1.13.1"
+ @version "1.13.2"
@source_url "https://github.com/testcontainers/testcontainers-elixir"
def project do
0 commit comments