From 31a02505aab30a516288b32c9f6e3875e01047d4 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Mon, 7 Jul 2025 10:56:34 -0400 Subject: [PATCH] Version bump. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 70e959e..51594c7 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # HEY BUG: when you have a . spec in a LEL it doesn't work on text project('lel-guecs', 'cpp', - version: '0.2.0', + version: '0.3.0', default_options: [ 'cpp_std=c++20', 'cpp_args=-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1',