From f7d2aa5b9d276f56fc388f727059fdb91da6cb96 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 9 Jun 2022 15:48:15 +1000 Subject: [PATCH] Bump crate version to 0.23.0 We just did an MSRV bump, this typically would require bumping our major version number but since we are pre 1.0 we bump the minor version number. Bump crate version to the next minor version 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ea750c8e..52f71f327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "secp256k1" -version = "0.22.1" +version = "0.23.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"