From 96d5143f4c6aa9c5ba28322145e0425c86177ece Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Wed, 8 Oct 2025 10:41:06 +0800 Subject: [PATCH] bump version to 0.9.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 500a4d0..6214a07 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mango', ['c', 'cpp'], - version : '0.9.1', + version : '0.9.2', ) subdir('protocols')