From 4a7cff9e91201f5500f24e9a119372f920ba6a16 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Sun, 27 Oct 2024 11:05:07 -0700 Subject: [PATCH] Update version in Cargo.toml --- clients/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/Cargo.toml b/clients/cli/Cargo.toml index abd11a9..cee2b7c 100644 --- a/clients/cli/Cargo.toml +++ b/clients/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nexus-network" -version = "0.1.0" +version = "0.3.2" edition = "2021" [[bin]]