From a618ec849385c151551a992e7686ea3ae7581055 Mon Sep 17 00:00:00 2001 From: Bastien Chamagne Date: Wed, 19 Jul 2023 14:46:40 +0200 Subject: [PATCH] bump version 1.2.5 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 32da256db..ea2fd6f16 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.2.4", + version: "1.2.5", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",