Skip to content

Commit

Permalink
update version in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 25, 2023
1 parent 517afa4 commit ab0de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Testcontainers.Constants do
def library_name, do: :testcontainers
def library_version, do: "1.2.3"
def library_version, do: "1.2.4"
def container_label, do: "org.testcontainers"
def container_lang_label, do: "org.testcontainers.lang"
def container_lang_value, do: Elixir |> Atom.to_string() |> String.downcase()
Expand Down

0 comments on commit ab0de7f

Please sign in to comment.