From aa0b41aea3b4bda3953557c9e72d82dc479775c9 Mon Sep 17 00:00:00 2001 From: cryscan Date: Sat, 4 May 2024 19:33:03 +0800 Subject: [PATCH] Bump version to v0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7b40e1..9fe9157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["deep-learning", "language", "model", "rwkv"] license = "MIT OR Apache-2.0" name = "web-rwkv" repository = "https://github.com/cryscan/web-rwkv" -version = "0.8.1" +version = "0.8.2" [dependencies] ahash = "0.8"