From 27839896a3fc1ed8b94cb65ff54ebccc861a1164 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Fri, 8 Apr 2022 11:03:35 -0700 Subject: [PATCH] bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56709c9..d1d4849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.4.0" +version = "0.4.1" authors = ["Srinath Setty "] edition = "2018" description = "Recursive zkSNARKs without trusted setup"