From 48b450828358ee900aafa9f610eb341316b4cc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 12 Aug 2024 08:40:37 +0200 Subject: [PATCH] Release v3.12.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 74883d10..c3aab51e 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do use Mix.Project @source_url "https://github.com/elixir-ecto/ecto_sql" - @version "3.12.0-dev" + @version "3.12.0" @adapters ~w(pg myxql tds) def project do