From a17e49dd27bd6c0cdd8be453f85a337a65b549e9 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sun, 15 May 2022 23:09:49 +0200 Subject: [PATCH] Version bump to 0.1.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a31a211..cb8900f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wrenpp', 'cpp', - version: '0.1.2', + version: '0.1.3', meson_version: '>=0.49.2', default_options: ['buildtype=release', 'cpp_std=c++20', 'b_ndebug=if-release'] )