From 71a3ccf8897c92ece4680e5d89f8bd0286f5ccb8 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Tue, 1 Oct 2024 16:24:28 +0900 Subject: [PATCH] version: bump to `0.9.9` Signed-off-by: Xin Liu --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f747293..7b4b27f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,7 +1688,7 @@ dependencies = [ [[package]] name = "rag-api-server" -version = "0.9.8" +version = "0.9.9" dependencies = [ "anyhow", "chat-prompts", diff --git a/Cargo.toml b/Cargo.toml index dae201d..eefc234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rag-api-server" -version = "0.9.8" +version = "0.9.9" edition = "2021" [dependencies]