Skip to content

Commit

Permalink
Update version in constant
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswillems committed Apr 25, 2024
1 parent e0b6a01 commit 1cd441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/constants.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
@moduledoc false

def library_name, do: :testcontainers
def library_version, do: "1.7.0"
def library_version, do: "1.7.1"
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 1cd441a

Please sign in to comment.