From d81c1a2966542d7c300e43b8aab3d187cb15b2a0 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Fri, 17 Nov 2023 22:42:09 +0800 Subject: [PATCH] release: bump version to 0.10.0-alpha.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e647cae..54d18a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.10.0-alpha.1" +version = "0.10.0-alpha.2" authors = ["PoiScript "] description = "A Rust library for parsing org-mode files." repository = "https://github.com/PoiScript/orgize"