From ab547d538ded112b7fb0c23e02c67fd225f9c8b3 Mon Sep 17 00:00:00 2001 From: Neylix Date: Tue, 8 Oct 2024 14:52:33 +0200 Subject: [PATCH] Up version 1.5.11 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e7b9de403..6551bf7d8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.5.10", + version: "1.5.11", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",