From 9334cd4ee9b0592de3d508f2744f33cb26495277 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Wed, 23 Aug 2023 08:46:43 +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 c998bc9..2383120 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libmks', 'c', - version: '0.1.1', + version: '0.1.2', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false', 'c_std=gnu11'], )