From 41877b11866edeb9e75ab5829f2c75d5f999365c Mon Sep 17 00:00:00 2001 From: neylix Date: Sat, 30 Jul 2022 14:36:52 +0200 Subject: [PATCH] Up version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2623d931f..841cd9c1c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "0.20.0", + version: "0.20.1", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",