From 7efcdd5e5a24e1cd3f61009f43289c91bdcd7018 Mon Sep 17 00:00:00 2001 From: David Irvine Date: Tue, 12 Nov 2024 11:19:08 +0000 Subject: [PATCH] fix: revert Cargo.toml --- sn_node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index c65eeaea47..9474738594 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.112.41" +version = "0.112.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net"