From 6c02574286ec33fc60cdd9e80c614e3d31d96e59 Mon Sep 17 00:00:00 2001 From: Samuel Manzanera Date: Tue, 11 Jun 2024 10:31:10 +0200 Subject: [PATCH] Up version 1.5.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 276180a86..8384ba22b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.5.3", + version: "1.5.4", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",