From 127c9e9060a66c3cd093c010215f3fac3b8db11b Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 14 Apr 2021 02:52:27 +0000 Subject: [PATCH] Bump version to 4.0.0-pre.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 866b8f2..d148867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "curve25519-dalek" # - update CHANGELOG # - update html_root_url # - update README if required by semver -version = "3.0.2" +version = "4.0.0-pre.0" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"