From 7561c525e3e48f37b2826add0e2daa5744e5e210 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Sat, 17 May 2025 16:50:21 +0300 Subject: [PATCH] bump version Signed-off-by: Uncle Stretch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 257852e..bac6c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ghost-eye" authors = ["str3tch "] description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost" -version = "0.3.57" +version = "0.3.58" edition = "2021" homepage = "https://git.ghostchain.io/ghostchain" repository = "https://git.ghostchain.io/ghostchain/ghost-eye"