From 123d784b0c29d0657c60194ee9b2e4777b70c0b5 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Tue, 19 Sep 2023 08:34:42 +0000 Subject: [PATCH] Update version for the next release (v0.8.4) 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 0a4d256..6062227 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.3" +version = "0.8.4" license = "MIT" authors = ["Many "] edition = "2021"