From 0b2b984fd14805e81cce00013c8582967a6d6fe0 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 30 Jan 2023 12:36:11 -0800 Subject: [PATCH] release version (#130) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feb1ef5..da32cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.10.0" +version = "0.11.0" authors = ["Srinath Setty "] edition = "2021" description = "Recursive zkSNARKs without trusted setup"