From 259f3fb2284810dd5f61016bef97adfc0c1e6be9 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 13 Jan 2026 11:27:28 +0100 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 76329c0..47f2232 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.5.0', + version: '0.6.0', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )