Skip to content

Commit

Permalink
v1.8.3 (#112)
Browse files Browse the repository at this point in the history
* Update mix.exs

* Update constants.ex
  • Loading branch information
jarlah authored Jul 6, 2024
1 parent 04e6e2c commit 1ba0a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.2"
def library_version, do: "1.8.3"
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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
use Mix.Project

@app :testcontainers
@version "1.8.2"
@version "1.8.3"
@source_url "https://github.com/testcontainers/testcontainers-elixir"

def project do
Expand Down

0 comments on commit 1ba0a1b

Please sign in to comment.