From 5191fbf6c644b0b79a50efe699cc9f1ab3a1ed3a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 8 Sep 2023 09:35:08 +0200 Subject: [PATCH] Post release version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 49caeff..780871c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libmks', 'c', - version: '0.1.3', + version: '0.1.4', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false', 'c_std=gnu11'], )