From e59632378ebd04189e2e5500127e0152891b2b22 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 1 Jul 2025 20:48:15 +0800 Subject: [PATCH] bump version to 0.7.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2004eef..c320f66 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('maomao', ['c', 'cpp'], - version : '0.7.0' # 这个版本号将被 Git tag 覆盖 + version : '0.7.1' # 这个版本号将被 Git tag 覆盖 ) subdir('protocols')