From 74a16f4a50883b05acab41763656c97b1c47383b Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 10 Jun 2025 14:37:23 +0800 Subject: [PATCH] bump version to 0.5.8 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0a84dcd..8e88c9f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('maomao', ['c', 'cpp'], - version : '0.5.7' # 这个版本号将被 Git tag 覆盖 + version : '0.5.8' # 这个版本号将被 Git tag 覆盖 ) subdir('protocols')