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