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 517afa4 commit ab0de7fCopy full SHA for ab0de7f
lib/constants.ex
@@ -1,6 +1,6 @@
1
defmodule Testcontainers.Constants do
2
def library_name, do: :testcontainers
3
- def library_version, do: "1.2.3"
+ def library_version, do: "1.2.4"
4
def container_label, do: "org.testcontainers"
5
def container_lang_label, do: "org.testcontainers.lang"
6
def container_lang_value, do: Elixir |> Atom.to_string() |> String.downcase()
0 commit comments