From 545db900cdbd9d779746271e81cfea910ab121e6 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Wed, 24 Apr 2024 15:00:00 +0800 Subject: [PATCH] release: bump version to 0.10.0-alpha.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7038b99..59bbda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [".", "./wasm"] [package] name = "orgize" -version = "0.10.0-alpha.7" +version = "0.10.0-alpha.8" authors = ["PoiScript "] repository = "https://github.com/PoiScript/orgize" edition = "2021"