From 4c711a99a523927ef6fa6c1456f6077ba9144b53 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Fri, 8 Oct 2021 09:55:29 -0700 Subject: [PATCH] bump the version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b9017..d551a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.2.0" +version = "0.3.0" authors = ["Srinath Setty "] edition = "2018" description = "Recursive zkSNARKs without trusted setup"