From 2993fc666bec5be830c25a51d207c26717af67e3 Mon Sep 17 00:00:00 2001 From: Lynn Date: Tue, 18 Nov 2025 10:49:36 +0800 Subject: [PATCH] Feat: update version to 0.22.1 (#11331) ### What problem does this PR solve? Update version to 0.22.1 ### Type of change - [x] Documentation Update --- admin/client/admin_client.py | 2 +- admin/client/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/client/admin_client.py b/admin/client/admin_client.py index 0d04cb3b2..4b210d2b5 100644 --- a/admin/client/admin_client.py +++ b/admin/client/admin_client.py @@ -378,7 +378,7 @@ class AdminCLI(Cmd): self.session.headers.update({ 'Content-Type': 'application/json', 'Authorization': response.headers['Authorization'], - 'User-Agent': 'RAGFlow-CLI/0.22.0' + 'User-Agent': 'RAGFlow-CLI/0.22.1' }) print("Authentication successful.") return True diff --git a/admin/client/pyproject.toml b/admin/client/pyproject.toml index 6dad77a2b..447067ebc 100644 --- a/admin/client/pyproject.toml +++ b/admin/client/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ragflow-cli" -version = "0.22.0" +version = "0.22.1" description = "Admin Service's client of [RAGFlow](https://github.com/infiniflow/ragflow). The Admin Service provides user management and system monitoring. " authors = [{ name = "Lynn", email = "lynn_inf@hotmail.com" }] license = { text = "Apache License, Version 2.0" }