From f75e123c5ac7c68cb87909cab40728180deeb2e0 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Tue, 9 Jan 2024 09:56:37 +0000 Subject: [PATCH] Update version for the next release (v0.8.6) 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 cb1f0939..6c3bdeb9 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.5" +version = "0.8.6" license = "MIT" authors = ["Many "] edition = "2021"