From 08d896cd2e449c7a5375ba1519fc6097bc06adb5 Mon Sep 17 00:00:00 2001 From: Neylix Date: Mon, 5 Dec 2022 11:23:50 +0100 Subject: [PATCH] Up version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 52614403e..9ed8b27ec 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "0.26.0", + version: "0.27.0", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",