From 476640868eb4624cc55a727d30a96f4f5e173175 Mon Sep 17 00:00:00 2001 From: Neylix Date: Mon, 23 Jan 2023 11:36:25 +0100 Subject: [PATCH] Up version 1.0.7 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 749351f91..cfddf3c93 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.0.7-rc2", + version: "1.0.7", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",