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