Skip to content

Commit e71c995

Browse files
committed
v2.0.0-rc2
1 parent 8e21545 commit e71c995

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Set up Elixir
1414
uses: erlef/setup-beam@v1
1515
with:
16-
elixir-version: 1.13
17-
otp-version: 25.3
16+
elixir-version: 1.18
17+
otp-version: 27.2
1818
- name: Install dependencies
1919
run: mix deps.get
2020
- name: Run tests

lib/util/constants.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Testcontainers.Constants do
22
@moduledoc false
33

44
def library_name, do: :testcontainers
5-
def library_version, do: "2.0.0-rc"
5+
def library_version, do: "2.0.0-rc2"
66
def ryuk_version, do: "0.13.0"
77
def container_label, do: "org.testcontainers"
88
def container_lang_label, do: "org.testcontainers.lang"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule TestcontainersElixir.MixProject do
22
use Mix.Project
33

44
@app :testcontainers
5-
@version "2.0.0-rc"
5+
@version "2.0.0-rc2"
66
@source_url "https://github.com/testcontainers/testcontainers-elixir"
77

88
def project do

0 commit comments

Comments
 (0)