From 9e73c4117bd78a20f5a28adc580f24e90ae60e02 Mon Sep 17 00:00:00 2001 From: Ben Falconer Date: Mon, 11 Sep 2023 22:34:27 +0200 Subject: [PATCH] (cargo-release) start next development iteration 1.14.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d4b24a..80f765f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "tomb-helper" -version = "1.14.0" +version = "1.14.1-alpha.0" dependencies = [ "itertools", "libc", diff --git a/Cargo.toml b/Cargo.toml index fe1003a..3afffc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tomb-helper" -version = "1.14.0" +version = "1.14.1-alpha.0" authors = ["Ben Falconer "] edition = "2018" publish = false