Skip to content

Commit 2b230e6

Browse files
committed
docs: sync version to 2.0.22 in README and docs
1 parent fe8d5b1 commit 2b230e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/badge/license-AGPL--3.0-green.svg)](LICENSE)
66
[![Kimi CLI](https://img.shields.io/badge/Kimi%20CLI-plugin-orange.svg)](https://moonshotai.github.io/kimi-cli/)
77

8-
**Version:** <!-- VERSION -->2.0.20<!-- /VERSION -->
8+
**Version:** <!-- VERSION -->2.0.22<!-- /VERSION -->
99

1010
> **Mneme** (Greek: Μνήμη) — the goddess of memory and the mother of the Muses.
1111
> This project brings persistent, AI-compressed memory to [Kimi Code CLI](https://moonshotai.github.io/kimi-cli/).

docs/TOOLS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The tools are declared in `plugin/plugin.json`:
311311
```json
312312
{
313313
"name": "kimi-mneme",
314-
"version": "2.0.20",
314+
"version": "2.0.22",
315315
"tools": [
316316
{
317317
"name": "mneme_search",

docs/WEB_UI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GET /api/health
4747
```
4848

4949
```json
50-
{"status": "ok", "version": "2.0.20"}
50+
{"status": "ok", "version": "2.0.22"}
5151
```
5252

5353
### Search

0 commit comments

Comments
 (0)