From 1f6653cf551b43fea50064a086cedd7bcc78b80c Mon Sep 17 00:00:00 2001 From: Nicolas Villanueva <1890113+MexicanAce@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:21:36 +0100 Subject: [PATCH] chore: Update release version (#340) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74ca3b1e..0206f398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1786,7 +1786,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "era_test_node" -version = "0.1.0-alpha.25" +version = "0.1.0-alpha.26" dependencies = [ "anyhow", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index 8917a4aa..021eedd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "era_test_node" -version = "0.1.0-alpha.25" +version = "0.1.0-alpha.26" edition = "2018" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/"