From 2cb55e64f6bd479c5ad06120f0ef2bc9cd683152 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sun, 28 Sep 2025 11:50:39 +0800 Subject: [PATCH] bump version to 0.9.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c51480d..ae267db 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mango', ['c', 'cpp'], - version : '0.8.9', + version : '0.9.0', ) subdir('protocols')