From 3d12d0d523ba71567e1988254aedb82e28ceb83b Mon Sep 17 00:00:00 2001 From: bchamagne Date: Mon, 27 May 2024 09:38:02 +0200 Subject: [PATCH] bump v1.5.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9c7676bf5..e006cdb22 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.5.2", + version: "1.5.3", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",