From 6500a981f198cc6b5e1c7709199f734991fede3b Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Wed, 27 Mar 2024 10:04:53 -0400 Subject: [PATCH] bump up version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95d78a7..f15b118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ opt-level = 's' strip = "debuginfo" [workspace.package] -version = "0.3.4" +version = "0.3.5" edition = "2021" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." authors = ["Fred ", "Denis ", "Yaro "]