From b0a462b6cbf1ea77ba5fdee01face67e65eee3f9 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 7 Jun 2025 22:18:29 +0800 Subject: [PATCH] bump version to 0.5.7 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2739947..0a84dcd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('maomao', ['c', 'cpp'], - version : '0.5.6' # 这个版本号将被 Git tag 覆盖 + version : '0.5.7' # 这个版本号将被 Git tag 覆盖 ) subdir('protocols')