From 7e326d261db64b31a75804eec94ce8a4f6fc49f5 Mon Sep 17 00:00:00 2001 From: Neylix Date: Mon, 15 May 2023 10:17:23 +0200 Subject: [PATCH] Up version 1.1.0-rc2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5dd877d14..aae295bdf 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.1.0-rc1", + version: "1.1.0-rc2", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",