From ff23b1fcd6fef16b83a8e73c265288ed3fe6ed95 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Sat, 23 Mar 2024 23:16:33 -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 7e9f6da..32a05c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ opt-level = 's' strip = "debuginfo" [workspace.package] -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." authors = ["Fred ", "Denis ", "Yaro "]