Skip to content

Commit db7a788

Browse files
committed
chore: bump version to 2.0.23
1 parent 81674d5 commit db7a788

6 files changed

Lines changed: 6 additions & 6 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.22<!-- /VERSION -->
8+
**Version:** <!-- VERSION -->2.0.23<!-- /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.22",
314+
"version": "2.0.23",
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.22"}
50+
{"status": "ok", "version": "2.0.23"}
5151
```
5252

5353
### Search

mneme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""kimi-mneme — Persistent memory for Kimi Code CLI."""
22

3-
__version__ = "2.0.22"
3+
__version__ = "2.0.23"

plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kimi-mneme",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"description": "Persistent memory plugin for Kimi Code CLI \u2014 search and retrieve past session context. Part of the kimi-plugins ecosystem.",
55
"config_file": "config.json",
66
"inject": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kimi-mneme"
7-
version = "2.0.22"
7+
version = "2.0.23"
88
description = "Persistent memory plugin for Kimi Code CLI"
99
readme = "README.md"
1010
license = { text = "AGPL-3.0" }

0 commit comments

Comments
 (0)