From 19318a308033ee5ea626ba61068af408392a6251 Mon Sep 17 00:00:00 2001 From: Martin Franc Date: Sun, 20 Nov 2022 21:49:15 +0100 Subject: [PATCH] Bump version to 0.14.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aed9e7d..77b383f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wob', 'c', - version: '0.14.1', + version: '0.14.2', license: 'ISC', default_options: ['c_std=c99'] )