From 7b00e6afc85f1f5e75e88eccb87f7d9195afff1d Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Mon, 12 Feb 2024 09:22:30 +0000 Subject: [PATCH] Update version for the next release (v0.8.7) 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 e9b2331..ac80c9f 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.6" +version = "0.8.7" license = "MIT" authors = ["Many "] edition = "2021"