diff --git a/meson.build b/meson.build index 847a1ed..0053ee8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('duckticker', 'cpp', - version: '0.1.0', + version: '0.1.1', meson_version: '>=0.55.0', default_options: ['buildtype=debug', 'cpp_std=c++20', 'b_ndebug=if-release'], license: 'GPL3+',