From ef16086485e6f515c8902273208e4a6dda125cc7 Mon Sep 17 00:00:00 2001 From: Neylix Date: Tue, 27 Feb 2024 17:23:40 +0100 Subject: [PATCH] Up version 1.4.7-1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c0ee9248e..03529d19e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.4.7", + version: "1.4.7-1", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",