From 5e5dd65abcdd7b1d7cc1be37a2e0bcec7fc189df Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Wed, 20 Oct 2021 10:28:35 -0700 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd1a2b5..df2887e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.3.0" +version = "0.4.0" authors = ["Srinath Setty "] edition = "2018" description = "Recursive zkSNARKs without trusted setup"