From 3389a8767834d7ccd5cca39de160c3d207ea97e9 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Mon, 5 Jan 2026 11:33:58 +0100 Subject: [PATCH] Bump version to 0.4.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 939c373..975c0b1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.4.2', + version: '0.4.3', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )