From e4bf326229dc4ea4bcdd83c5dfcb5688454dfa4f Mon Sep 17 00:00:00 2001 From: Jan Vaclav Date: Thu, 14 May 2026 13:54:24 +0200 Subject: [PATCH] release: bump version to 1.56.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3868df6e53..1c97c3c7bd 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.56.1', + version: '1.56.2', license: 'GPL2+', default_options: [ 'buildtype=debugoptimized',