From e4dcccbe5b3dc64168f144688186fbcc1cc755ac Mon Sep 17 00:00:00 2001 From: Neylix Date: Thu, 7 Mar 2024 14:47:18 +0100 Subject: [PATCH] Up version 1.5.0-rc1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7054a992a..a1ff113d4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.4.8", + version: "1.5.0-rc1", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",