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