From c2c13c66729b0484793cd87f0effacf78ea9bf34 Mon Sep 17 00:00:00 2001 From: Samuel Manzanera Date: Tue, 13 Dec 2022 16:16:41 +0100 Subject: [PATCH] Up version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8f9b347d8..0ad7c842d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.0.3", + version: "1.0.4", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",