From e26e965134901bcd03241981f737bc491d3f4e91 Mon Sep 17 00:00:00 2001 From: Filip Pokryvka Date: Fri, 20 Jun 2025 09:19:23 +0200 Subject: [PATCH] release: bump version to 1.55.1 (development) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1e28a7265..6125afa53 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( # NOTE: When incrementing version also add corresponding # NM_VERSION_x_y_z macros in # "src/libnm-core-public/nm-version-macros.h.in" - version: '1.55.0', + version: '1.55.1', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',