From 4738e2286595e3929d9c322c61472f3ab3604fec Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 19 May 2026 14:16:23 +0200 Subject: [PATCH] Bump version to 0.9.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4239b34..d30546d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.9.2', + version: '0.9.3', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )