Skip to content

Commit 2dd9102

Browse files
committed
v1.13.5
1 parent 853f0ce commit 2dd9102

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/util/constants.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ defmodule Testcontainers.Constants do
22
@moduledoc false
33

44
def library_name, do: :testcontainers
5-
def library_version, do: "1.13.4"
6-
def ryuk_version, do: "0.11.0"
5+
def library_version, do: "1.13.5"
6+
def ryuk_version, do: "0.13.0"
77
def container_label, do: "org.testcontainers"
88
def container_lang_label, do: "org.testcontainers.lang"
99
def container_reuse_hash_label, do: "org.testcontainers.reuse-hash"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
22
use Mix.Project
33

44
@app :testcontainers
5-
@version "1.13.4"
5+
@version "1.13.5"
66
@source_url "https://github.com/testcontainers/testcontainers-elixir"
77

88
def project do

0 commit comments

Comments
 (0)