From 3c9e19a5b05c2ce0aa4cc0ee9a56ae60c57dd1c5 Mon Sep 17 00:00:00 2001 From: bchamagne Date: Tue, 8 Oct 2024 17:55:33 +0200 Subject: [PATCH] bump v1.5.12 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6551bf7d8..13c7a79a8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.5.11", + version: "1.5.12", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",