From ea99cd62eec0605661c2d8237a16000d0aae7839 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Sun, 12 Jul 2026 22:24:21 +0300 Subject: [PATCH] chore(release): bump version to 0.2.0 TG-2 #ready-for-test TG-3 #ready-for-test --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2023b20..d806b31 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cloud_point_rpc', 'cpp', - version : '0.1', + version : '0.2.0', default_options : ['warning_level=3', 'cpp_std=c++23']) # Dependencies