From 8bc62fdae4676577a60ec5486d0e9fae80dad375 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Sat, 8 Mar 2025 22:56:40 +0300 Subject: [PATCH] meson: bump version to 1.0.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fbcf4e3..6934cf5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dulcepan', 'c', - version: '1.0.2', + version: '1.0.3', license: 'GPL-3.0-only', default_options: [ 'c_std=c11',