From 012e16911cd63fc3d318204ef478615ce36a280f Mon Sep 17 00:00:00 2001 From: Martin Franc Date: Mon, 23 Dec 2019 21:17:07 +0100 Subject: [PATCH] Bump version to 0.5 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index eb41362..d840a83 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wob', 'c', - version: '0.4', + version: '0.5', license: 'ISC', default_options: ['c_std=c99'] )