From 556f6c2bd43123b20110f0a9bace8c5f91643328 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Wed, 21 Sep 2022 21:18:20 -0700 Subject: [PATCH] Version bump for 2.0.0 (#284) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66af835..0dea93c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "opaque-ke" readme = "README.md" repository = "https://github.com/novifinancial/opaque-ke" rust-version = "1.57" -version = "2.0.0-pre.3" +version = "2.0.0" [features] default = ["ristretto255-u64", "ristretto255-voprf", "serde"]