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 8d37ef8 commit 772dd22Copy full SHA for 772dd22
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.10.5"
+ def library_version, do: "1.11.0"
6
def container_label, do: "org.testcontainers"
7
def container_lang_label, do: "org.testcontainers.lang"
8
def container_reuse_hash_label, do: "org.testcontainers.reuse-hash"
mix.exs
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project
@app :testcontainers
- @version "1.10.5"
+ @version "1.11.0"
@source_url "https://github.com/testcontainers/testcontainers-elixir"
def project do
0 commit comments