From eb0395a48d959326638eb64b098742c998efac09 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 24 Sep 2025 16:27:01 +0800 Subject: [PATCH] bump version to 0.8.9 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6446604..c51480d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mango', ['c', 'cpp'], - version : '0.8.8', + version : '0.8.9', ) subdir('protocols')