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