From 6158dd112bc15b31ced9aaad9ace53a276c51a55 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 9 Aug 2024 15:47:20 +0300 Subject: [PATCH] meson: bump version to 1.0.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d2b8cb3..909a718 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'dulcepan', 'c', - version: '1.0.0', + version: '1.0.1', license: 'GPL-3.0-only', default_options: [ 'c_std=c11',