We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403aadd commit 80091a2Copy full SHA for 80091a2
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.5"
+ def library_version, do: "1.14.0"
6
def ryuk_version, do: "0.13.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.5"
+ @version "1.14.0"
@source_url "https://github.com/testcontainers/testcontainers-elixir"
def project do
0 commit comments