From 1ef74e79c3a6f4b4c989753fa65006bf7ef43809 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 21 Nov 2025 14:05:32 +0100 Subject: [PATCH] bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b5720fe..80a3872 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'dbtool', 'cpp', license: 'GPL', - version: '1.9.1', + version: '1.9.2', meson_version: '>=1.3', default_options: [ 'warning_level=2',