From 77f6358a4fe278a17b370c2836c5ad34e8c2b950 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 8 Feb 2024 07:00:14 -0600 Subject: [PATCH] fix: update cargo.toml to reflect release (#259) * fix: update cargo.toml to reflect release * Update Cargo.toml --------- Co-authored-by: Nicolas Villanueva --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1957063..645ae7b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "era_test_node" -version = "0.1.0-alpha.14" +version = "0.1.0-alpha.16" edition = "2018" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/"