From 8889ebd604b8ef39292cf05a573ff8f8deb207ce Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Thu, 24 Jul 2025 18:37:56 +0800 Subject: [PATCH] bump version to 0.7.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 909084d..1bb5b04 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('maomao', ['c', 'cpp'], - version : '0.7.1' # 这个版本号将被 Git tag 覆盖 + version : '0.7.3' # 这个版本号将被 Git tag 覆盖 ) subdir('protocols')