From b42938ea862541c098b86a20b8914d96577384fa Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Fri, 28 Jul 2023 10:32:10 -0700 Subject: [PATCH] update version (#209) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0887b62..26412fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.22.0" +version = "0.23.0" authors = ["Srinath Setty "] edition = "2021" description = "Recursive zkSNARKs without trusted setup"