Skip to content

Commit 801d626

Browse files
committed
v1.2.6
1 parent 9e32ba4 commit 801d626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/constants.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Testcontainers.Constants do
22
def library_name, do: :testcontainers
3-
def library_version, do: "1.2.5"
3+
def library_version, do: "1.2.6"
44
def container_label, do: "org.testcontainers"
55
def container_lang_label, do: "org.testcontainers.lang"
66
def container_lang_value, do: Elixir |> Atom.to_string() |> String.downcase()

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.2.5"
5+
@version "1.2.6"
66
@source_url "https://github.com/jarlah/testcontainers-elixir"
77

88
def project do

0 commit comments

Comments
 (0)