Skip to content

Commit ab0de7f

Browse files
committed
update version in constants
1 parent 517afa4 commit ab0de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3"
3+
def library_version, do: "1.2.4"
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()

0 commit comments

Comments
 (0)