From 2aacf73c9965bd263a822e49be24397fd33f973b Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Mon, 13 Mar 2023 23:01:04 +0100
Subject: [PATCH] v0.4.1

increase client version number
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7033f0bdc..22b242787 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ homepage = 'https://duniter.org'
 license = 'AGPL-3.0'
 name = 'duniter'
 repository = 'https://git.duniter.org/nodes/rust/duniter-v2s'
-version = '0.3.0'
+version = '0.4.1'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
-- 
GitLab