From e8bca36c11abbcc2fa5bf98b3b68039a19fe10c1 Mon Sep 17 00:00:00 2001 From: Neylix Date: Mon, 12 Dec 2022 17:20:09 +0100 Subject: [PATCH] Up version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0aaaaa6e0..8f9b347d8 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.0.2", + version: "1.0.3", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",