From faf28e71cd2075ce38cbb84eb60af198dae51bf8 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Tue, 16 Aug 2022 11:51:23 -0700 Subject: [PATCH] update version (#108) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98739ad..0af2e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.7.2" +version = "0.8.0" authors = ["Srinath Setty "] edition = "2021" description = "Recursive zkSNARKs without trusted setup"