From b7fcc7a05923e6cd8ec05e7bc05d4bae7db53a36 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Wed, 8 Jul 2026 16:28:15 +0300 Subject: [PATCH] meson: bump version to 1.1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ad28018..32cd984 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dulcepan', 'c', - version: '1.0.3', + version: '1.1.0', license: 'GPL-3.0-only', default_options: [ 'c_std=c11',