From 5a25ec49dd591c0cd47518d42c170fdb82f64c71 Mon Sep 17 00:00:00 2001 From: CryptoFennec Date: Fri, 19 Jul 2024 15:39:42 +0700 Subject: [PATCH] Change to a real version of Package zgs_node from 0.3.0 to 0.3.4. Please always update this value for the next release. It really hard to check the build version. --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index b2865b7..2659b41 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zgs_node" -version = "0.3.0" +version = "0.3.4" edition = "2021" [dependencies]