From 9004de993040e0881f9ba0c42edcaa4f3fb54b72 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Mon, 20 Nov 2023 01:47:23 +0800 Subject: [PATCH] release: bump version to 0.10.0-alpha.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c76251..b523ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.10.0-alpha.3" +version = "0.10.0-alpha.4" authors = ["PoiScript "] description = "A Rust library for parsing org-mode files." repository = "https://github.com/PoiScript/orgize"