From 1863eb01824454ce3569904d3871b11568aa197e Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 11 Oct 2025 20:12:15 +0800 Subject: [PATCH] bump version to 0.10.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6214a07..51e378c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mango', ['c', 'cpp'], - version : '0.9.2', + version : '0.10.0', ) subdir('protocols')