From 6197ae4fc0d7227010a41f624621dca6af755f9d Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Sat, 7 Oct 2023 22:59:02 +0100 Subject: [PATCH] build(cargo): set version to 0.4.0-alpha1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 377bf55..869af77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todel" -version = "0.3.0" +version = "0.4.0-alpha1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html