From 24a1ab02deba89a88178da3fcdae202b19ac74ac Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Tue, 30 Apr 2024 10:48:16 +0000 Subject: [PATCH] Update version for the next release (v0.8.10) in Cargo.toml files --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index aba26277..f0618bc4 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.9" +version = "0.8.10" license = "MIT" authors = ["Many "] edition = "2021"