From 1611f9345dc51fa31640436800e0a9d6d56ee0b1 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Wed, 5 Jul 2023 22:57:25 +0300 Subject: [PATCH] Prep 7.1.1 Signed-off-by: Sami Salonen --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index caf9449..ecd96d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = 'cec-rs' # Do note msrv setting in clippy.toml as well rust-version = "1.56.1" -version = "7.1.0" +version = "7.1.1-alpha" authors = ['Sami Salonen'] edition = '2021' license = 'GPL-2.0' diff --git a/README.md b/README.md index 0d7a27f..45cec39 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). ## Releasing -```cargo release --no-publish --execute``` and let the github CD pipeline do the rest. +```cargo release --no-publish --dev-version --execute``` and let the github CD pipeline do the rest.