From 788d67eee5f5cf9295e1c4b77280e2426b6aa8c5 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Mon, 18 Mar 2024 17:04:55 +0000 Subject: [PATCH] Update version for the next release (v0.8.8) 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 67bf3137..ac738b4c 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.7" +version = "0.8.8" license = "MIT" authors = ["Many "] edition = "2021"