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