From 60150f63d037dfc727bc4a33a198490e8f021b23 Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 12 May 2026 10:45:25 +0200 Subject: [PATCH] Bump version to 0.8.4 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4432a57..625486a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.8.3', + version: '0.8.4', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )