diff --git a/meson.build b/meson.build index 59282fd..d52bb68 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wrenpp', 'cpp', - version: '0.1.1', + version: '0.1.2', meson_version: '>=0.49.2', default_options: ['buildtype=release', 'cpp_std=c++17', 'b_ndebug=if-release'], )